Commit f933a41c authored by Mark Otto's avatar Mark Otto

remove bottom margin on radios and checkboxes

parent 780636d9
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment