[wp-hackers] Padding-left in Dashboard comments CSS

Otto otto at ottodestruct.com
Mon Jan 5 22:55:59 GMT 2009


On Mon, Jan 5, 2009 at 2:43 PM, Rich Pedley <elflop at googlemail.com> wrote:
> 2009/1/5 Harish Narayanan <harish.mlists at gmail.com>:
>
>> If someone with more design-fu than I knows if this serves a purpose,
>> I'd be happy to know what it is.
>
> I think that is the placeholder for the gravatar. I'm surprised things
> aren't altered if gravatars aren't set...

It's in the CSS, and I'm guessing that not many people test without
gravatars on.

#the-comment-list .comment-item {
	padding: 1em 10px 1em 70px;
	border-top: 1px solid;
}

The 70px padding on the left of the comment item is there to push the
comment over, making room for the avatar. Probably should have just
floated the avatar left instead.

-Otto


More information about the wp-hackers mailing list