From: Mark Otto Date: Sat, 6 Feb 2016 23:32:00 +0000 (-0800) Subject: Strip out .err from our syntax highlighting styles because it fucks up our placeholde... X-Git-Tag: v4.0.0-alpha.3~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06d6365f8a03979e479ffc21f0d9bee378387f4;p=thirdparty%2Fbootstrap.git Strip out .err from our syntax highlighting styles because it fucks up our placeholders in code snippets --- diff --git a/docs/assets/scss/_syntax.scss b/docs/assets/scss/_syntax.scss index 83aab0f4d6..ac08f818d6 100644 --- a/docs/assets/scss/_syntax.scss +++ b/docs/assets/scss/_syntax.scss @@ -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; }