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/button-groups.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/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 9e6eaa496..884b0b272 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -32,7 +32,7 @@ // Optional: Group multiple button groups together for a toolbar .btn-toolbar { - .clear_float(); + .clearfix(); .btn-group { float: left; |
