When user picture is enabled in blogs there's a spacing bug between the icon link.gif and "Add new comment" if there's only 1 line of text. Once there are two lines of text it looks fine.

http://img208.imageshack.us/my.php?image=bugmg8.gif

Comments

Chippe’s picture

Version: 5.x-1.x-dev » 5.x-0.6

Edit: My version is 5.x-0.6 and not 5.x-1.x-dev as I mistakenly chose

Chippe’s picture

Title: spacing bug » spacing bug - now solved
Status: Active » Closed (fixed)

In icons.css - added clear:left;

/* Node links such as add comments, User's blog, etc */
#main .node div.links {
padding:5px 0px 5px 13px;
background: url(images/links.gif) no-repeat 0 .93em;
clear:left;