Skip to content

Commit df07c00

Browse files
Thomas Deinhamernecolas
authored andcommitted
Render the main element correctly in IE
Close necolas#730
1 parent b6cc0ce commit df07c00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

normalize.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ body {
2424
margin: 0;
2525
}
2626

27+
/**
28+
* Render the `main` element consistently in IE.
29+
*/
30+
31+
main {
32+
display: block;
33+
}
34+
2735
/**
2836
* Correct the font size and margin on `h1` elements within `section` and
2937
* `article` contexts in Chrome, Firefox, and Safari.

0 commit comments

Comments
 (0)