aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-05 01:34:14 -0800
committerMark Otto <[email protected]>2012-01-05 01:34:14 -0800
commitfb9401b355366452d310d39f51224999da4daa82 (patch)
treef39799f2247d3993032f381eecf0e7d75784793d /docs/assets
parent553030ca7de8dac3c5180629ff84fa14173513ab (diff)
downloadbootstrap-fb9401b355366452d310d39f51224999da4daa82.tar.xz
bootstrap-fb9401b355366452d310d39f51224999da4daa82.zip
tweaks abound, updated prettify styles, new sidenav component started, sprite icons started
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/docs.css18
-rw-r--r--docs/assets/img/glyphicons-halflings-sprite.pngbin0 -> 9944 bytes
-rw-r--r--docs/assets/js/google-code-prettify/prettify.css41
3 files changed, 30 insertions, 29 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index c2c92a251..b218b465c 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -330,6 +330,24 @@ h2 + table {
position: relative;
}
+/* Icons
+------------------------- */
+.the-icons {
+
+}
+.the-icons i {
+ display: block;
+ margin-bottom: 5px;
+ background-color: rgba(255,0,0,.25);
+}
+.the-icons i:after {
+ display: block;
+ content: attr(class);
+ font-style: normal;
+ margin-left: 20px;
+ width: 100px;
+}
+
/* Responsive Docs
-------------------------------------------------- */
diff --git a/docs/assets/img/glyphicons-halflings-sprite.png b/docs/assets/img/glyphicons-halflings-sprite.png
new file mode 100644
index 000000000..525acee6d
--- /dev/null
+++ b/docs/assets/img/glyphicons-halflings-sprite.png
Binary files differ
diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css
index da6b6e7e1..7ff618550 100644
--- a/docs/assets/js/google-code-prettify/prettify.css
+++ b/docs/assets/js/google-code-prettify/prettify.css
@@ -2,40 +2,23 @@
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
-.str, .atv { color: #268bd2; }
-.kwd, .tag { color: #195f91; }
-.typ, .atn, .dec, .var { color: #CB4B16; }
+.str, .atv { color: #62C462; }
+.kwd, .linenums .tag { color: #049CD9; }
+.typ, .atn, .dec, .var { color: #EE5F5B; }
.pln { color: #93a1a1; }
pre.prettyprint {
- background: #fefbf3;
+ background-color: #fefbf3;
padding: 9px;
- border: 1px solid rgba(0,0,0,.2);
- -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
- box-shadow: 0 1px 2px rgba(0,0,0,.1);
+ margin-bottom: 9px;
+}
+
+pre.prettyprint {
+ color: #ccc;
+ background-color: #252525;
}
/* 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: rgba(0,0,0,.15); line-height: 20px; }
+ol.linenums li { color: #444; line-height: 18px; }
/* Alternate shading for lines */
-li.L1, li.L3, li.L5, li.L7, li.L9 { }
-
-/*
-$base03: #002b36;
-$base02: #073642;
-$base01: #586e75;
-$base00: #657b83;
-$base0: #839496;
-$base1: #93a1a1;
-$base2: #eee8d5;
-$base3: #fdf6e3;
-$yellow: #b58900;
-$orange: #cb4b16;
-$red: #dc322f;
-$magenta: #d33682;
-$violet: #6c71c4;
-$blue: #268bd2;
-$cyan: #2aa198;
-$green: #859900;
-*/ \ No newline at end of file
+li.L1, li.L3, li.L5, li.L7, li.L9 { } \ No newline at end of file