mirror of
git://develop.git.wordpress.org/
synced 2025-02-26 09:33:46 +01:00
Twenty Thirteen: remove box-sizing
styles from site wrapper element to avoid horizontal scrollbars in large viewports. Fixes #24599, props obenland.
git-svn-id: https://develop.svn.wordpress.org/trunk@24513 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9a412d8812
commit
03e0039650
@ -770,9 +770,6 @@ img.wp-smiley,
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-left: 1px solid #f2f2f2;
|
border-left: 1px solid #f2f2f2;
|
||||||
border-right: 1px solid #f2f2f2;
|
border-right: 1px solid #f2f2f2;
|
||||||
-webkit-box-sizing: content-box;
|
|
||||||
-moz-box-sizing: content-box;
|
|
||||||
box-sizing: content-box;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1600px;
|
max-width: 1600px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user