Posted by greggles on August 15, 2006 at 9:07pm
There isn't enough space around the avators, especially when there is a UL at the top of someone's post.
I tested this css in firefox using web developer editcss tool and it seems to work:
.node .picture img {
margin: 0 5px 0 0;
}
