Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created March 29, 2012 20:10
Show Gist options
  • Save stephenway/2243195 to your computer and use it in GitHub Desktop.
Save stephenway/2243195 to your computer and use it in GitHub Desktop.
CSS Inline-Block
.inline-block {
*display: inline;
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment