Fix property ordering

This commit is contained in:
Nicolas Gallagher 2013-04-07 17:39:46 -07:00
parent 4f2276d68d
commit 858bb9017c

2
normalize.css vendored
View File

@ -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 */
} }
/** /**