From dcaf2d2ace366f300d5f10518337ea89839eca05 Mon Sep 17 00:00:00 2001 From: rigelglen Date: Fri, 16 Sep 2011 16:47:00 +0530 Subject: [PATCH] added fixed sizes for checkbox and radio button. this will remove extra space around them in IE7 --- normalize.css | 1 + 1 file changed, 1 insertion(+) diff --git a/normalize.css b/normalize.css index 487511ece..905163c3d 100644 --- a/normalize.css +++ b/normalize.css @@ -382,6 +382,7 @@ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ + *width: 13px; *height: 13px; } /*