diff options
| author | Nicolas Gallagher <[email protected]> | 2012-01-19 20:33:22 +0000 |
|---|---|---|
| committer | Nicolas Gallagher <[email protected]> | 2012-01-19 20:33:22 +0000 |
| commit | 25ac318d33329a0fb532d5f9ec922ad76d791959 (patch) | |
| tree | 39a6a1e378eaebb7af84458fc3de3f4aa9207b61 /lib | |
| parent | 1c014613a9924a3a3715821ff4b65531bee5b630 (diff) | |
| download | bootstrap-25ac318d33329a0fb532d5f9ec922ad76d791959.tar.xz bootstrap-25ac318d33329a0fb532d5f9ec922ad76d791959.zip | |
Remove unnecessary CSS properties from the clearfix mixin.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mixins.less | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/mixins.less b/lib/mixins.less index bcc67954a..5a3952f3a 100644 --- a/lib/mixins.less +++ b/lib/mixins.less @@ -10,13 +10,11 @@ // ------------------------- // For clearing floats like a boss h5bp.com/q .clearfix() { - zoom: 1; + *zoom: 1; &:before, &:after { display: table; - *display: inline; content: ""; - zoom: 1; } &:after { clear: both; |
