File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
2
3
3
/* Document
4
4
========================================================================== */
@@ -24,6 +24,14 @@ body {
24
24
margin : 0 ;
25
25
}
26
26
27
+ /**
28
+ * Render the `main` element consistently in IE.
29
+ */
30
+
31
+ main {
32
+ display : block;
33
+ }
34
+
27
35
/**
28
36
* Correct the font size and margin on `h1` elements within `section` and
29
37
* `article` contexts in Chrome, Firefox, and Safari.
Original file line number Diff line number Diff line change 22
22
"main.css" : " 1.0.0" ,
23
23
"mocha" : " ^5.2.0" ,
24
24
"modernizr" : " 3.6.0" ,
25
- "normalize.css" : " 8.0.0 " ,
25
+ "normalize.css" : " 8.0.1 " ,
26
26
"run-sequence" : " ^2.2.1" ,
27
27
"ssri" : " ^6.0.1" ,
28
28
"strip-json-comments" : " ^2.0.1"
You can’t perform that action at this time.
0 commit comments