[wp-trac] [WordPress Trac] #24306: Twenty Thirteen: border-box box sizing will break many plugins

WordPress Trac noreply at wordpress.org
Mon May 13 06:51:39 UTC 2013


#24306: Twenty Thirteen: border-box box sizing will break many plugins
---------------------------+------------------------------
 Reporter:  professor99    |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  trunk
 Severity:  normal         |  Resolution:
 Keywords:                 |
---------------------------+------------------------------

Comment (by professor99):

 Just one other thing worth noting.

 From style.css

 /**
  * 1.0 Reset
  *
  * Modified from Normalize.css to provide cross-browser consistency and a
 smart
  * default styling of HTML elements.
  *
  * @see http://git.io/normalize
  *
 ----------------------------------------------------------------------------
  */

 * {
         -webkit-box-sizing: border-box;
         -moz-box-sizing:    border-box;
         box-sizing:         border-box;
 }

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 nav,
 section,
 summary {
         display: block;
 }

 Normalize.css  @ http://git.io/normalize starts from

 article,
 aside,
 details,
 ....

 The box-sizing isn't part of it.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/24306#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list