Skip to content

Commit

Permalink
Hardcore fix for mixin inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowroznik committed Oct 11, 2014
1 parent 39e83a8 commit f48fc62
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stylesheets/stitch/patterns/legacy/_inline-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
// Cross-browser inline-block.
// @see http://www.quirksmode.org/css/display.html
//
%stitch-inline-block {
@mixin inline-block {
display:inline-block;

// IE7 fix
*display:inline;
*zoom:1;
}

@mixin inline-block {
@extend %stitch-inline-block;
}

0 comments on commit f48fc62

Please sign in to comment.