[wp-trac] [WordPress Trac] #24628: Twenty Thirteen: Redundant code in style.css

WordPress Trac noreply at wordpress.org
Sun Jun 23 09:17:37 UTC 2013


#24628: Twenty Thirteen: Redundant code in style.css
--------------------------------+-----------------------------
 Reporter:  gorgoglionemeister  |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Bundled Theme       |    Version:  trunk
 Severity:  normal              |   Keywords:
--------------------------------+-----------------------------
 The pattern

 {{{
 .navbar {
         margin: 0 auto;
         max-width: 1600px;
         width: 100%;
 }
 }}}

 applied to {{{navbar}}} is unnecessary because it's already applied to
 {{{navbar}}}'s ancestor, {{{site}}}. It can be removed.

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


More information about the wp-trac mailing list