From: Takayama Fumihiko Date: Sun, 24 Jun 2012 06:26:39 +0000 (+0900) Subject: ".linenums .tag" should be ".prettyprint .tag". X-Git-Tag: v2.1.0~2^2~238^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3923%2Fhead;p=thirdparty%2Fbootstrap.git ".linenums .tag" should be ".prettyprint .tag". --- diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css index aedd8d1a91..1b800c90c6 100644 --- a/docs/assets/js/google-code-prettify/prettify.css +++ b/docs/assets/js/google-code-prettify/prettify.css @@ -3,7 +3,7 @@ .pun, .opn, .clo { color: #93a1a1; } .fun { color: #dc322f; } .str, .atv { color: #D14; } -.kwd, .linenums .tag { color: #1e347b; } +.kwd, .prettyprint .tag { color: #1e347b; } .typ, .atn, .dec, .var { color: teal; } .pln { color: #48484c; }