diff options
| author | Jacob Thornton <[email protected]> | 2012-01-27 21:37:59 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-27 21:37:59 -0800 |
| commit | 1e07c066a5cefc2f73b406e1eebc5627bd9e7afb (patch) | |
| tree | 754d4a91750ed1ea6932c70690db86ed49d23830 /less/forms.less | |
| parent | 0255f47eb3f4967851d014a9ef6fdf49a37dc548 (diff) | |
| parent | ad78caa72639aa377caf584efc26fe7a5682b15c (diff) | |
| download | bootstrap-1e07c066a5cefc2f73b406e1eebc5627bd9e7afb.tar.xz bootstrap-1e07c066a5cefc2f73b406e1eebc5627bd9e7afb.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index edd416585..b82fcca72 100644 --- a/less/forms.less +++ b/less/forms.less @@ -505,6 +505,7 @@ select:focus:required:invalid { // Increase spacing between groups .control-group { margin-bottom: @baseLineHeight; + .clearfix(); } // Float the labels left .control-group > label { |
