[wp-trac] [WordPress Trac] #18925: Admin bar gravatar css overridden by theme
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 12 21:03:40 UTC 2011
#18925: Admin bar gravatar css overridden by theme
--------------------------+-----------------------------
Reporter: gluten | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.3
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
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;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18925>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list