diff options
| author | Mark Otto <[email protected]> | 2013-03-30 13:23:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 13:23:18 -0700 |
| commit | aee25786a73820b6c502ba099c55fb4008b4bd1e (patch) | |
| tree | 4d8090fee71f18822588ddc787818fe4245e3f8e /less/forms.less | |
| parent | 8d8f4e0cdda60172e2995cf2234ec1d272d14ae8 (diff) | |
| download | bootstrap-aee25786a73820b6c502ba099c55fb4008b4bd1e.tar.xz bootstrap-aee25786a73820b6c502ba099c55fb4008b4bd1e.zip | |
fuck everything about .clear_float() -- restore .clearfix() as mixin
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index 02aa4242c..ddbd19637 100644 --- a/less/forms.less +++ b/less/forms.less @@ -343,7 +343,7 @@ select:focus:invalid { margin-bottom: @line-height-base; background-color: @form-actions-background; border-top: 1px solid #e5e5e5; - .clear_float(); // Adding clearfix to allow for .pull-right button containers + .clearfix(); // Adding clearfix to allow for .pull-right button containers } @@ -517,7 +517,7 @@ select:focus:invalid { .control-group { position: relative; margin-bottom: @line-height-base; - .clear_float(); + .clearfix(); input, select, |
