Hi,
I can't seem to style my li items for this plugin despite being able to style the title.
I am trying to add some padding around each tweet so they don't all bunch together.
you can see what I mean at http://www.millne.com
the css declaration I am attempting is
.twitter-item {
padding: 6px;
}