starting to refine preset styles.

This commit is contained in:
Saman Bemel-Benrud
2013-03-11 15:03:17 -04:00
parent f97ddb22a5
commit 30952ef2c9
5 changed files with 54 additions and 34 deletions
+3 -3
View File
@@ -117,9 +117,9 @@ input[type="radio"] {
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; /* 2 */
box-sizing: border-box;
}
/*