I'm having a similar problem with the
twitter-tools plugin/widget. I managed to modify the HTML/CSS Inserts -> CSS Insert based on your code, with mine instead using:
HTML Code:
#twitter-tools a:link,
#twitter-tools a:active,
#twitter-tools a:visited,
#twitter-tools a:hover {
display: inline;
border-left: 0;
}
Without that code though, it put each username, hashtag, and relative tweet time on a separate line, with it's own bullet, I'm assuming because each one is a hyperlink.
You can see exactly what I'm referring to in this screenshot here:
Hoping there is some way to overcome this widget issue so that it's not necessary to add fixes to the css insert in the future, as I really do like this theme.
As of right now that extra bit of css fixed the legibility, but it would be nice to still have the grey bars next to each individual tweet, so they can be easily interpreted as separate entries.
Blog can be found at
http://blog.jonconnelly.net
Thanks for your help and the great theme just the same though!
Jon