Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Created September 19, 2013 16:08
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 cliffordp/6625748 to your computer and use it in GitHub Desktop.
Save cliffordp/6625748 to your computer and use it in GitHub Desktop.
Requires PageLines' "Browser Specific CSS" plugin (for PL Framework)
.ie6,
.ie7,
.ie8 {
i,
[class^="icon-"]:before,
[class*="icon-"]:before {
content: "" !important;
display:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment