From 56b405a279ee98f41b226640927ff3ff6469e825 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Fri, 21 Feb 2014 11:16:21 +0000 Subject: [PATCH] Update _reset.scss Added `
` for HTML5 --- css/_reset.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_reset.scss b/css/_reset.scss index 321621a..632ce41 100755 --- a/css/_reset.scss +++ b/css/_reset.scss @@ -7,7 +7,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq vertical-align: baseline; } -article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; } @@ -33,4 +33,4 @@ table { th { font-weight: bold; text-align: left; -} \ No newline at end of file +}