0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Strip out .err from our syntax highlighting styles because it fucks up our placeholders in code snippets

This commit is contained in:
Mark Otto 2016-02-06 15:32:00 -08:00
parent 40c3be90ca
commit e06d6365f8

View File

@ -1,6 +1,5 @@
.hll { background-color: #ffc; }
.c { color: #999; }
.err { color: #a00; background-color: #faa; }
.k { color: #069; }
.o { color: #555; }
.cm { color: #999; }