From 6400e28a8514014534ff345a0bff38d6c3c6f928 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 13 Apr 2016 08:40:19 -0500 Subject: [PATCH] fixed stupid --- applications/examples/static/css/stupid.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/examples/static/css/stupid.css b/applications/examples/static/css/stupid.css index 1bce96e4..71484488 100644 --- a/applications/examples/static/css/stupid.css +++ b/applications/examples/static/css/stupid.css @@ -5,7 +5,8 @@ ************/ /*** basic styles ***/ -*, *:after, *:before {border:0; margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box} +html {box-sizing:border-box;} +*, *:after, *:before {border:0; margin:0; padding:0; box-sizing:inherit;} html, body {max-width: 100vw; overflow-x: hidden} body {font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif} p, li {margin-bottom:0.5em} @@ -27,7 +28,7 @@ thead tr {background-color:#f1f1f1} tbody tr {border-bottom:2px solid #f1f1f1} td, th {padding: 5px; text-align: left; vertical-align:top} thead th {vertical-align:bottom} -header, footer {with:100%} +header, main, footer {display:block; with:100%} /* IE fix */ @media all and (max-width:599px) { h1{font-size:2em}