[wp-trac] [WordPress Trac] #20197: Twenty Twelve:

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 8 06:12:07 UTC 2012


#20197: Twenty Twelve:
---------------------------+-----------------------------
 Reporter:  emiluzelac     |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  3.4
 Severity:  normal         |   Keywords:
---------------------------+-----------------------------
 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.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20197>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list