﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18925	Admin bar gravatar css overridden by theme	gluten	azaozz	"I am currently testing the Arthemia theme with the latest nightly build of WordPress and the gravatar image formatting in the admin bar when viewing the site appears to be messed up due to the following css in the theme:
{{{
.avatar {
    float: left;
}
}}}

I've attached a screenshot showing how the profile image appears when viewing the site.

Resetting the image's float property seems to resolve the issue:

{{{
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
    float: none;
}
}}}"	defect (bug)	closed	normal	3.3	Administration	3.3	normal	fixed	has-patch	
