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/type.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/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 6725f3902..c2f7b0735 100644 --- a/less/type.less +++ b/less/type.less @@ -158,7 +158,7 @@ dd { } // Horizontal layout (like forms) .dl-horizontal { - .clear_float(); // Ensure dl clears floats if empty dd elements present + .clearfix(); // Ensure dl clears floats if empty dd elements present dt { float: left; width: (@component-offset-horizontal - 20); |
