From: Tushar Singh Date: Sat, 5 Apr 2014 10:00:33 +0000 (+0530) Subject: Remove zoom:1 X-Git-Tag: v5.2.3~78^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4897%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove zoom:1 It's not required for IE8 and above --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index f8f769755..0970f68ae 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -112,7 +112,6 @@ $base-line-height: 150% !default; // We use this to do clear floats @mixin clearfix { - *zoom:1; &:before, &:after { content: " "; display: table; } &:after { clear: both; } }