]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove bottom margin on radios and checkboxes
authorMark Otto <markotto@twitter.com>
Tue, 14 Aug 2012 22:34:10 +0000 (15:34 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 14 Aug 2012 22:34:10 +0000 (15:34 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 7dd417c68e576d4ec4db57946b9036dca213fd34..8e7abe9f3edc90cd616038c847fbb06c4a546f8e 100644 (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;
index 490b6bb91fcfcc323a73c2dde19ca16666f104a3..02ea7a518d2545198e39cdb84da0b98e60479202 100644 (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;