From 858bb9017cf6aa66fea4fddb3081db301cbf521c Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 7 Apr 2013 17:39:46 -0700 Subject: [PATCH] Fix property ordering --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 8d57e3c..6180caf 100644 --- a/normalize.css +++ b/normalize.css @@ -73,8 +73,8 @@ html { background: #fff; /* 1 */ color: #000; /* 2 */ font-size: 100%; /* 3 */ - -webkit-text-size-adjust: 100%; /* 4 */ -ms-text-size-adjust: 100%; /* 4 */ + -webkit-text-size-adjust: 100%; /* 4 */ } /**