Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created December 18, 2012 18:39
Show Gist options
  • Save uhtred/4330715 to your computer and use it in GitHub Desktop.
Save uhtred/4330715 to your computer and use it in GitHub Desktop.
CSS: Display inline-block solution
body .in-bl { display:inline-block; }
* + html .in-bl { display:inline; zoom:1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment