Fix IE9 author sidebar styling

This commit is contained in:
Michael Rose
2016-03-21 12:37:10 -04:00
parent a2a4f84580
commit 0cf5f3d9bc
5 changed files with 11 additions and 13 deletions

View File

@@ -2,6 +2,8 @@
STYLE RESETS
========================================================================== */
@include border-box-sizing;
html {
/* apply a natural box layout model to all elements */
box-sizing: border-box;
@@ -17,11 +19,6 @@ html {
-ms-text-size-adjust: 100%;
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
box-sizing: inherit;
}
/* Remove margin */
body { margin: 0; }