Merge pull request #278 from jayj/jayj-underscores-main-element

Add the `<main>` element to the list of HTML5 selectors.
This commit is contained in:
Konstantin Obenland 2013-08-07 08:24:59 -07:00
commit 74370a2148
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ figcaption,
figure, figure,
footer, footer,
header, header,
main,
nav, nav,
section { section {
display: block; display: block;