mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix property ordering
This commit is contained in:
parent
4f2276d68d
commit
858bb9017c
2
normalize.css
vendored
2
normalize.css
vendored
@ -73,8 +73,8 @@ html {
|
|||||||
background: #fff; /* 1 */
|
background: #fff; /* 1 */
|
||||||
color: #000; /* 2 */
|
color: #000; /* 2 */
|
||||||
font-size: 100%; /* 3 */
|
font-size: 100%; /* 3 */
|
||||||
-webkit-text-size-adjust: 100%; /* 4 */
|
|
||||||
-ms-text-size-adjust: 100%; /* 4 */
|
-ms-text-size-adjust: 100%; /* 4 */
|
||||||
|
-webkit-text-size-adjust: 100%; /* 4 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user