Skip to content

Instantly share code, notes, and snippets.

@db-roberto
Created January 30, 2014 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save db-roberto/8710684 to your computer and use it in GitHub Desktop.
Save db-roberto/8710684 to your computer and use it in GitHub Desktop.
/* LESS MIXIN FOR DISPLAY INLINE */
.inline {
display: inline-block;
*display: inline; // needed to display correctly in IE7
zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment