aboutsummaryrefslogtreecommitdiff
path: root/_scss/_reset.scss
diff options
context:
space:
mode:
Diffstat (limited to '_scss/_reset.scss')
-rw-r--r--_scss/_reset.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/_scss/_reset.scss b/_scss/_reset.scss
index fcf2bf0..120eebf 100644
--- a/_scss/_reset.scss
+++ b/_scss/_reset.scss
@@ -12,8 +12,8 @@ b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
@@ -24,7 +24,7 @@ time, mark, audio, video {
vertical-align: baseline;
}
// HTML5 display-role reset for older browsers
-article, aside, details, figcaption, figure,
+article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}