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

WordPress Trac noreply at wordpress.org
Fri May 10 17:14:19 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:  Themes        |    Version:  trunk
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 WordPress 3.6-beta2-24227

 /wp-content/themes/twentythirteen/style.css

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

 The setting of box-sizing to border-box for all elements rather than the
 default content-box (as used for twentyten, twentyeleven, and twentytwelve
 themes) will break the styling of many plugins for Firefox.

 Strange that this is only done for firefox and the default setting of
 content-box is used for other browsers.

 Suggest this css property be only used only the elements that need it in
 conjunction with the CSS3 box-sizing property and other browser
 equivalents.

 Andy Bruin

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


More information about the wp-trac mailing list