[wp-trac] [WordPress Trac] #22108: TwentyTwelve Print CSS

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 5 14:53:59 UTC 2012


#22108: TwentyTwelve Print CSS
-----------------------------+---------------------------
 Reporter:  WraithKenny      |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Bundled Theme
  Version:  trunk            |   Severity:  trivial
 Keywords:                   |
-----------------------------+---------------------------
 changeset [21404] reduced some print rules for #primary and #content into
 .site-content. The effect is a rule intended for #content doesn't apply to
 it, instead overwrites the rule intended for #primary. The result is:
 {{{
 .site-content {
   float: left;
   margin: 0;
   width: 100%;
 }
 .site-content {
   margin: 0;
   width: auto;
 }
 }}}
 which I don't think has any major impact but is incorrect.

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


More information about the wp-trac mailing list