From: Jason Woofenden Date: Mon, 19 Sep 2011 05:38:43 +0000 (-0400) Subject: metaform: make html5 work in ie6-8 and locally X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bf184948468ff3574dc1de69359be73282f3c627;p=wfpl.git metaform: make html5 work in ie6-8 and locally --- diff --git a/metaform/site-template.html b/metaform/site-template.html index 7415d56..bebfc07 100644 --- a/metaform/site-template.html +++ b/metaform/site-template.html @@ -4,7 +4,8 @@ ~$title html~ diff --git a/metaform/style.less b/metaform/style.less index 27a827e..65eeea9 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;