remove bottom margin on radios and checkboxes

This commit is contained in:
Mark Otto 2012-08-14 15:34:10 -07:00
parent 780636d955
commit f933a41c7b
2 changed files with 2 additions and 2 deletions

View File

@ -1012,7 +1012,7 @@ input[type="color"]:focus,
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0;
margin: 4px 0 0;
margin-top: 1px \9;
*margin-top: 0;
line-height: normal;

View File

@ -132,7 +132,7 @@ input[type="color"],
// Position radios and checkboxes better
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0;
margin: 4px 0 0;
*margin-top: 0; /* IE7 */
margin-top: 1px \9; /* IE8-9 */
line-height: normal;