Using the Theme's CSS I've eliminated the bullets on my sidebar widgets, yet I find myself wanting my last three tweets listed using bullets. Is there an easy way to add them just for the Twitter Tool widget?
Using the Theme's CSS I've eliminated the bullets on my sidebar widgets, yet I find myself wanting my last three tweets listed using bullets. Is there an easy way to add them just for the Twitter Tool widget?
This works:
#sidebar .aktt_tweets li {
list-style: disc;
}You must log in to post.