Skip to content

Commit

Permalink
Remove obsolete -moz-inline-block from inline-block mixin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut committed Feb 27, 2012
1 parent 8bea3a7 commit de69a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/stylesheets/css3/_inline-block.scss
@@ -1,6 +1,5 @@
// Legacy support for inline-block in IE7 (maybe IE6)
@mixin inline-block {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: baseline;
Expand Down

0 comments on commit de69a76

Please sign in to comment.