]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove top 5px padding from first inline radio/checkbox
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 15:40:24 +0000 (07:40 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 15:40:24 +0000 (07:40 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index 752890142824c0c7888bda800726c1c577b9099a..0fd6d9d5c4680e754a0b5d920dca1f5d6c0714e2 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 82b7dc249853bde00e8ea4ff5befe8fe0bacca40..61e5e3e588f1358965a699e538aaf65349c2f8c4 100644 (file)
@@ -627,7 +627,7 @@ input[type="hidden"] {
   margin-left: 10px;
 }
 .controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child {
-  padding-top: 5px;
+  padding-top: 0;
 }
 input, textarea {
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
index 131f8af5553bd0efbef19215a6c2f29cb24dfd24..d70d532e8c48eff47983aac3e47df84706062abe 100644 (file)
@@ -178,7 +178,7 @@ input[type="hidden"] {
 // But don't forget to remove their padding on first-child
 .controls > .radio.inline:first-child,
 .controls > .checkbox.inline:first-child {
-  padding-top: 5px; // has to be padding because margin collaspes
+  padding-top: 0;
 }