added additional html5 block-level elements per recommended reset stylesheet: http://html5doctor.com/html-5-reset-stylesheet/

This commit is contained in:
ericdfields 2010-08-11 00:24:46 +08:00 committed by Chris Eppstein
parent 63cbc21d53
commit c899b78aed

View File

@ -104,7 +104,7 @@
// This reset provides a basic reset for html5 elements
// so they are rendered correctly in browsers that don't recognize them.
@mixin reset-html5 {
section, article, aside, header, footer, nav, dialog, figure {
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; } }
// Resets the display of inline and block elements to their default display