From 906ff1fa20ea1c2a45d928b7048624420cb16543 Mon Sep 17 00:00:00 2001 From: bushuai Date: Fri, 20 Nov 2015 12:41:54 +0800 Subject: [PATCH] support for main tag --- typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo.css b/typo.css index a3b90ba..9ecc1fa 100644 --- a/typo.css +++ b/typo.css @@ -23,7 +23,7 @@ body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, } /* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */ -article, aside, details, figcaption, figure, footer, header, menu, nav, section { +article, aside, details, figcaption, figure, footer, header, menu, nav, section, main { display: block; }