Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created November 16, 2010 02:29
Show Gist options
  • Save caingougou/701336 to your computer and use it in GitHub Desktop.
Save caingougou/701336 to your computer and use it in GitHub Desktop.
inline-block for all elements
a {
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