Skip to content

Instantly share code, notes, and snippets.

@nickberens360
Created May 3, 2014 16:01
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 nickberens360/a08c54a5259ba9170329 to your computer and use it in GitHub Desktop.
Save nickberens360/a08c54a5259ba9170329 to your computer and use it in GitHub Desktop.
disable ie filter on boostrap nav
.navbar-inner{
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment