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
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-07 11:59:22 +0400
committerMark Otto <markdotto@gmail.com>2012-01-07 11:59:22 +0400
commitcfc2353059df628c67d19a3c5c3ead2cc6051f53 (patch)
tree64d535e105e36458aba2c621e05d8413c6d246a9 /docs/assets/js/google-code-prettify
parent5cb76037ae70ca26a923750ca9441b04d2fbd6a7 (diff)
front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates
Diffstat (limited to 'docs/assets/js/google-code-prettify')
-rw-r--r--docs/assets/js/google-code-prettify/prettify.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css
index 7ff618550a..e3bbf8b6cb 100644
--- a/docs/assets/js/google-code-prettify/prettify.css
+++ b/docs/assets/js/google-code-prettify/prettify.css
@@ -2,10 +2,10 @@
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
-.str, .atv { color: #62C462; }
-.kwd, .linenums .tag { color: #049CD9; }
-.typ, .atn, .dec, .var { color: #EE5F5B; }
-.pln { color: #93a1a1; }
+.str, .atv { color: #D14; }
+.kwd, .linenums .tag { color: #1e347b; }
+.typ, .atn, .dec, .var { color: teal; }
+.pln { color: #48484c; }
pre.prettyprint {
background-color: #fefbf3;
padding: 9px;
@@ -17,8 +17,14 @@ pre.prettyprint {
background-color: #252525;
}
+pre.prettyprint {
+ padding: 8px;
+ background-color: #f7f7f9;
+ border: 1px solid #e1e1e8;
+}
+
/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin: 0 0 0 40px; } /* IE indents via margin-left */
-ol.linenums li { color: #444; line-height: 18px; }
+ol.linenums li { color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 { } \ No newline at end of file