Opened 13 years ago
Closed 13 years ago
#20197 closed defect (bug) (duplicate)
Twenty Twelve: Dropdown Menu
Reported by: |
|
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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
#19978