aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayama Fumihiko <[email protected]>2012-06-24 15:26:39 +0900
committerTakayama Fumihiko <[email protected]>2012-06-24 15:26:39 +0900
commite80f37b600d693c043d79d8f77ae4e91612bb163 (patch)
treef5e5041468ad72f064bfdd1de818417a6aee9a6d
parent857b8fb8be81178d14f59c126c1381b09aff7c0f (diff)
downloadbootstrap-e80f37b600d693c043d79d8f77ae4e91612bb163.tar.xz
bootstrap-e80f37b600d693c043d79d8f77ae4e91612bb163.zip
".linenums .tag" should be ".prettyprint .tag".
-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 aedd8d1a9..1b800c90c 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; }