Change the width to 100% now that padding is gone.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Feb 2014 02:36:51 +0000 (21:36 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Feb 2014 02:36:51 +0000 (21:36 -0500)
core.css

index 0247aadd2f50bb3088c435a31b9d62f40e798fd4..cbef20f3f1c37710170d8332cd6e79a6bf022b2d 100644 (file)
--- a/core.css
+++ b/core.css
@@ -84,7 +84,7 @@ hr {
   body {
     margin: 0;
     padding: 0;
-    width: 90%;
+    width: 100%;
   }
 
   li {