Skip to content

Instantly share code, notes, and snippets.

@eriwen
Created September 6, 2011 15:43
Show Gist options
  • Save eriwen/1197921 to your computer and use it in GitHub Desktop.
Save eriwen/1197921 to your computer and use it in GitHub Desktop.
How to override inline CSS styles (IE7+) - use very sparingly!
span[style] {
/* inheritable-property: inherit !important; */
color: inherit !important;
font-size: inherit !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment