Skip to content

Instantly share code, notes, and snippets.

@cbeier
Created April 6, 2010 08:30
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 cbeier/357360 to your computer and use it in GitHub Desktop.
Save cbeier/357360 to your computer and use it in GitHub Desktop.
Fix for YAML sup/sub bug (IE6 / IE7)
/**
* Bugfix for line-height bug on sup/sub element
*
* @bugfix
* @affected IE 5.x/Win, IE6, IE7
* @css-for IE 5.x/Win, IE6, IE7
* @yalid yes
*/
html sup,
html sub { line-height: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment