[wp-trac] [WordPress Trac] #18756: .current_page_ancestor typo in Twenty Eleven CSS

WordPress Trac wp-trac at lists.automattic.com
Fri Sep 23 12:18:09 UTC 2011


#18756: .current_page_ancestor typo in Twenty Eleven CSS
--------------------------+-----------------------------
 Reporter:  zsero         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  3.2.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 It's a typo but because of the underscores and dashes it's quite hard to
 notice. The thing is that .current_page_ancestor is not on a wordpress
 page, it should be .current-page-ancestor. Note the - vs _.

 In detail, instead of:


 {{{
 #access .current_page_item > a,
 #access .current_page_ancestor > a {
         font-weight: bold;
 }
 }}}


 it should be >>>>


 {{{
 #access .current_page_item > a,
 #access .current-page-ancestor > a {
         font-weight: bold;
 }
 }}}

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


More information about the wp-trac mailing list