Closed (fixed)
Project:
Zen
Version:
5.x-0.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Sep 2007 at 18:37 UTC
Updated:
4 Oct 2007 at 00:04 UTC
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.
Comments
Comment #1
Chippe commentedEdit: My version is 5.x-0.6 and not 5.x-1.x-dev as I mistakenly chose
Comment #2
Chippe commentedIn 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;