Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 10:37:24 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 10:37:24 +0300
commitf6406b87686517e536ac8506635582ed4ba5c7ba (patch)
treef3fd5fcca9f0fd106aecdaa218b03912fa1079f5
parent4559de001bc15838c0314c713645086bdef64bc3 (diff)
Place the document heading above the html element's comment.document-heading
-rw-r--r--normalize.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/normalize.css b/normalize.css
index 9b77e0e..f164473 100644
--- a/normalize.css
+++ b/normalize.css
@@ -1,5 +1,8 @@
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
+/* Document
+ ========================================================================== */
+
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
@@ -7,9 +10,6 @@
* IE on Windows Phone and in iOS.
*/
-/* Document
- ========================================================================== */
-
html {
font-family: sans-serif; /* 1 */
line-height: 1.15; /* 2 */