aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-23 12:21:00 -0800
committerMark Otto <[email protected]>2012-01-23 12:21:00 -0800
commitff113acba88806380b995fba894d77b562ca0e0a (patch)
treea56a0498ad12b2b041597522085d8929a7743d83 /lib
parentea8f5883fd58ff5e356944e4a93543c05abf2220 (diff)
downloadbootstrap-ff113acba88806380b995fba894d77b562ca0e0a.tar.xz
bootstrap-ff113acba88806380b995fba894d77b562ca0e0a.zip
cut margin in half on default forms
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 85bf26163..bf3dbe64c 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -463,13 +463,16 @@ select:focus:required:invalid {
// Margin to space out fieldsets
.control-group {
- margin-bottom: @baseLineHeight;
+ margin-bottom: @baseLineHeight / 2;
}
// Horizontal-specific styles
// --------------------------
.form-horizontal {
+ .control-group {
+ margin-bottom: @baseLineHeight;
+ }
// Float the labels left
.control-group > label {
float: left;