Merge pull request #11565 from edx/clytwynec/ac-234

Remove hgroup usage
This commit is contained in:
Christine Lytwynec
2016-02-19 16:06:22 -05:00
12 changed files with 22 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
@@ -37,7 +37,7 @@ html,body {
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
footer, header, menu, nav, section {
display: block;
}
body {