Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20197 closed defect (bug) (duplicate)

Twenty Twelve: Dropdown Menu

Reported by: emiluzelac's profile emiluzelac Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

Dropdown navigation bug on Google Chrome for OSX Lion

Current:

nav[role="navigation"] li a,
nav[role="navigation"] li {
	display: inline-block;
	text-decoration: none;
}

Possible Fix:

nav[role="navigation"] li a,
nav[role="navigation"] li {
	display: inline;
	text-decoration: none;
}

Now this will increase the space in children, but you got it from there.

Attachments (1)

Screen Shot 2012-03-08 at 12.02.02 AM.png (16.9 KB) - added by emiluzelac 12 years ago.

Download all attachments as: .zip

Change History (3)

#1 @emiluzelac
12 years ago

  • Summary changed from Twenty Twelve: to Twenty Twelve: Dropdown Menu

#2 @lancewillett
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
  • Version 3.4 deleted
Note: See TracTickets for help on using tickets.