Skip to content

Instantly share code, notes, and snippets.

@redtrumpet
Last active December 17, 2015 15:59
Show Gist options
  • Save redtrumpet/5635202 to your computer and use it in GitHub Desktop.
Save redtrumpet/5635202 to your computer and use it in GitHub Desktop.
Fontello fix when used with Bootstrap
/* Fixes conflicts with Bootstrap's icons*/
[class^="icon-"], [class*=" icon-"] {
background-image: inherit;
background-position: inherit;
line-height: inherit;
width: inherit;
height: inherit;
margin: inherit;
vertical-align: inherit;
background-repeat: inherit;
display: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment