diff options
| author | Mark Otto <[email protected]> | 2012-01-23 12:21:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-23 12:21:00 -0800 |
| commit | ff113acba88806380b995fba894d77b562ca0e0a (patch) | |
| tree | a56a0498ad12b2b041597522085d8929a7743d83 /lib | |
| parent | ea8f5883fd58ff5e356944e4a93543c05abf2220 (diff) | |
| download | bootstrap-ff113acba88806380b995fba894d77b562ca0e0a.tar.xz bootstrap-ff113acba88806380b995fba894d77b562ca0e0a.zip | |
cut margin in half on default forms
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 5 |
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; |
