mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
Place the document heading above the html element's comment. (#639)
This commit is contained in:
parent
4559de001b
commit
1da0911dfb
6
normalize.css
vendored
6
normalize.css
vendored
@ -1,5 +1,8 @@
|
|||||||
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
|
||||||
|
/* Document
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Change the default font family in all browsers (opinionated).
|
* 1. Change the default font family in all browsers (opinionated).
|
||||||
* 2. Correct the line height in all browsers.
|
* 2. Correct the line height in all browsers.
|
||||||
@ -7,9 +10,6 @@
|
|||||||
* IE on Windows Phone and in iOS.
|
* IE on Windows Phone and in iOS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Document
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif; /* 1 */
|
font-family: sans-serif; /* 1 */
|
||||||
line-height: 1.15; /* 2 */
|
line-height: 1.15; /* 2 */
|
||||||
|
Loading…
Reference in New Issue
Block a user