darkstrap
darkstrap copied to clipboard
Glyphs within tabs and headings should be white?
Shouldn't Line 146 be this?
[class^="icon-"], [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
}
Without it, glyphs within tabs (and headings look like this:
Made a pull request on this one. Easy little fix, that just does exactly what it should.