2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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
+1 -1
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;
+1 -1
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;