Skip to content

Instantly share code, notes, and snippets.

@thebird
Last active October 3, 2015 01:47
Show Gist options
  • Save thebird/2365462 to your computer and use it in GitHub Desktop.
Save thebird/2365462 to your computer and use it in GitHub Desktop.
cross browser inline block ftw
.inline-block {
display: -moz-inline-box;
display:inline-block;
zoom:1;
*display:inline;
vertical-align:top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment