Skip to content

Instantly share code, notes, and snippets.

@ddnode
Created July 10, 2013 05:02
Show Gist options
  • Save ddnode/5963603 to your computer and use it in GitHub Desktop.
Save ddnode/5963603 to your computer and use it in GitHub Desktop.
#inline-block {
 display: -moz-inline-stack;
 display: inline-block;
 vertical-align: middle;
 *vertical-align: auto;
 zoom: 1;
*display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment