JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: spaces between "if" and "(" in generated code
[wfpl.git] / metaform / style.less
index 27a827e..a21b367 100644 (file)
@@ -12,6 +12,9 @@
 @site-footer-color: #ddf;
 @site-gutter-color: #fff;
 
+header, hgroup, section, footer, aside, nav, article, figure, img {
+       display: block;
+}
 
 body {
        margin: 0;
@@ -24,7 +27,7 @@ body {
 #centerer {
        position: relative;
        background: @nav-color;
-       margin: 0 auto;
+       margin: 15 auto;
        width: @site-width;
        -moz-box-shadow: 2px 2px 15px #777;
        -webkit-box-shadow: 2px 2px 15px #777;