Created
August 4, 2015 10:35
-
-
Save mneuhaus/3eb738abd0970c41a00e to your computer and use it in GitHub Desktop.
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
// Set some useful classes on the html tag to identify crappy ie versions | |
config.htmlTag_setParams = class="no-js" | |
[browser = < msie7] | |
config.htmlTag_setParams = class="no-js ie6 oldie" | |
[global] | |
[browser = msie7] | |
config.htmlTag_setParams = class="no-js ie7 oldie" | |
[global] | |
[browser = msie8] | |
config.htmlTag_setParams = class="no-js ie8 oldie" | |
[global] | |
[browser = msie9] | |
config.htmlTag_setParams = class="no-js ie9 oldie" | |
[global] | |
[browser = msie10] | |
config.htmlTag_setParams = class="no-js ie10 oldie" | |
[global] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment