Created
September 6, 2011 15:43
-
-
Save eriwen/1197921 to your computer and use it in GitHub Desktop.
How to override inline CSS styles (IE7+) - use very sparingly!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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