Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#573 closed defect (bug) (fixed)

Buddy Bar hover 1px too tall

Reported by: benny148148's profile benny148148 Owned by:
Milestone: Priority: major
Severity: Version:
Component: 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
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [1191]) Fixes #573

#2 @(none)
15 years ago

  • Milestone Core 1.0 deleted

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.