[wp-trac] [WordPress Trac] #24306: Twenty Thirteen: border-box box sizing will break many plugins
WordPress Trac
noreply at wordpress.org
Fri May 10 19:16:11 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):
Found /wp-content/themes/twentythirteen/style.css entry is actually as
follows (Firebug strips all but -moz-box-sizing) so disregard the line
"Strange that this is only done for firefox and the default setting of
content-box is used for other browsers."
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24306#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list