Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTakayama Fumihiko <tekezo@pqrs.org>2012-06-24 10:26:39 +0400
committerTakayama Fumihiko <tekezo@pqrs.org>2012-06-24 10:26:39 +0400
commite80f37b600d693c043d79d8f77ae4e91612bb163 (patch)
treef5e5041468ad72f064bfdd1de818417a6aee9a6d /docs
parent857b8fb8be81178d14f59c126c1381b09aff7c0f (diff)
".linenums .tag" should be ".prettyprint .tag".
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/google-code-prettify/prettify.css2
1 files changed, 1 insertions, 1 deletions
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; }