Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fixed incorrect clearfix mixin for IE6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Dec 4, 2012
1 parent a0d325c commit 86778be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/addons/_clearfix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// }

@mixin clearfix {
zoom: *1;
*zoom: 1;

&:before,
&:after {
Expand Down

0 comments on commit 86778be

Please sign in to comment.