diff options
| author | Mark Otto <[email protected]> | 2012-01-07 20:40:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 20:40:28 -0800 |
| commit | 2948d1c3b247a5aff1fd1f15cf72540e3f492f57 (patch) | |
| tree | 0dd98ad6af62b23065313eaa206c374c1536695d /docs/assets/js/google-code-prettify/prettify.css | |
| parent | 1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c (diff) | |
| download | bootstrap-2948d1c3b247a5aff1fd1f15cf72540e3f492f57.tar.xz bootstrap-2948d1c3b247a5aff1fd1f15cf72540e3f492f57.zip | |
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/prettify.css')
| -rw-r--r-- | docs/assets/js/google-code-prettify/prettify.css | 14 |
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 f195124a9..0d54905fb 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; |
