X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fstyle.less;h=a21b3676e63891c5668bc29aa4dae32299b78db6;hb=0785483a8d96e462f21b6d9a522b3e587b500972;hp=27a827e06e76b93893ae6c8427c849db4aa457d0;hpb=4cc36ebe76aa8d9ecdb367493be5038f1b438ec6;p=wfpl.git diff --git a/metaform/style.less b/metaform/style.less index 27a827e..a21b367 100644 --- a/metaform/style.less +++ b/metaform/style.less @@ -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;