Skip to content

Commit

Permalink
Remove excess space around radio and checkbox in IE8/9
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Aug 13, 2011
1 parent 0062417 commit c86f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -178,7 +178,7 @@ button, input[type="button"], input[type="reset"], input[type="submit"] { cursor
* Consistent box sizing and appearance
*/

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

Expand Down

0 comments on commit c86f2b5

Please sign in to comment.