Skip to content

Instantly share code, notes, and snippets.

@chrisslater
Created October 21, 2013 13:53
Show Gist options
  • Save chrisslater/7084230 to your computer and use it in GitHub Desktop.
Save chrisslater/7084230 to your computer and use it in GitHub Desktop.
/* YUI inline-block grid solution */
.yui3-g {
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
*letter-spacing: normal; /* reset IE < 8 */
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}
.yui3-u {
display: inline-block;
zoom: 1; *display: inline; /* IE < 8: fake inline-block */
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment