Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#573 closed defect (bug) (fixed)

Buddy Bar hover 1px too tall

Reported by: benny148148 Owned by:
Priority: major Milestone:
Component: Version:
Severity: Keywords: Admin-Bar
Cc:

Description

When using the default font "Lucida Grande" on the admin-bar, hovering over "Log In" renders the font's #666 background 1px too low, carrying it over off the admin-bar. The simple fix changes the top padding from 6px to 5px:

#wp-admin-bar li a {
	padding: 5px 25px 7px 15px !important;

Change History (2)

#1 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [1191]) Fixes #573

#2 @(none)
17 years ago

  • Milestone Core 1.0

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.