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-08 08:40:28 +0400
committerMark Otto <markdotto@gmail.com>2012-01-08 08:40:28 +0400
commit2948d1c3b247a5aff1fd1f15cf72540e3f492f57 (patch)
tree0dd98ad6af62b23065313eaa206c374c1536695d /docs/assets/js/google-code-prettify
parent1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c (diff)
overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class
Diffstat (limited to 'docs/assets/js/google-code-prettify')
-rw-r--r--docs/assets/js/google-code-prettify/prettify.css14
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css
index f195124a9b..0d54905fbc 100644
--- a/docs/assets/js/google-code-prettify/prettify.css
+++ b/docs/assets/js/google-code-prettify/prettify.css
@@ -6,21 +6,13 @@
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
-pre.prettyprint {
- background-color: #fefbf3;
- padding: 9px;
- margin-bottom: 9px;
-}
-
-pre.prettyprint {
- color: #ccc;
- background-color: #252525;
-}
-pre.prettyprint {
+.prettyprint {
padding: 8px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
+}
+.prettyprint.linenums {
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;