#535 closed defect (bug) (duplicate)
Fix for admin bar menu 1 pixel gap
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
Forums user sgrunt has a fix for the admin bar menu problem. See this for the thread: http://buddypress.org/forums/topic.php?id=1288
Essentially it's these two things:
#wp-admin-bar ul li ul li
margin-top: -1px )instead of margin-bottom: -1 px
and
#wp-admin-bar ul li ul li ul li:first-child {
margin-top:-2px;
Works for me.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Dup. sgrunt posted the fix but I didn't bother looking before posting this.