diff --git a/index.css b/index.css index 26ee58c..c675900 100755 --- a/index.css +++ b/index.css @@ -1,7 +1,9 @@ -body +body, html { padding:0px; overflow:hidden; + background-color:#f1f1f1; + width: 100%; } nav diff --git a/main.css b/main.css index 950a379..12ba75c 100755 --- a/main.css +++ b/main.css @@ -1,10 +1,5 @@ @import "compass/css3"; -body, html { - overflow:hidden; - background-color:#f1f1f1; -} - #title { position: fixed;