aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 07:40:24 -0800
committerMark Otto <[email protected]>2012-01-30 07:40:24 -0800
commit9ba70796e2a25154689fa428d07018e877bbd6e4 (patch)
treece188632ca0d89435c2c48cf08137f0a4ab72953 /less/forms.less
parent33a969dd0c47d1e79b8c671eb2942383bf71f49f (diff)
downloadbootstrap-9ba70796e2a25154689fa428d07018e877bbd6e4.tar.xz
bootstrap-9ba70796e2a25154689fa428d07018e877bbd6e4.zip
remove top 5px padding from first inline radio/checkbox
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 131f8af55..d70d532e8 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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;
}