-
-
Save williamdodson/382718 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Inline-block for IE6, Firefox 2, and up | |
via http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block | |
*/ | |
@module inline-block { | |
display: -moz-inline-stack; | |
display: inline-block; | |
zoom: 1; | |
*display: inline; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment