We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc78e7 commit fefbe79Copy full SHA for fefbe79
normalize.css
@@ -1,4 +1,4 @@
1
-/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */
+/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */
2
3
/* =============================================================================
4
HTML5 display definitions
@@ -373,12 +373,14 @@ input[type="submit"] {
373
}
374
375
/*
376
- * Addresses box sizing set to content-box in IE8/9
+ * 1. Addresses box sizing set to content-box in IE8/9
377
+ * 2. Addresses excess padding in IE8/9
378
*/
379
380
input[type="checkbox"],
381
input[type="radio"] {
- box-sizing: border-box;
382
+ box-sizing: border-box; /* 1 */
383
+ padding: 0; /* 2 */
384
385
386
0 commit comments