diff options
| author | Mark Otto <[email protected]> | 2013-02-14 22:33:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 22:33:26 -0800 |
| commit | 979ca4ea7a2e88fd9bbd8051259cd2803ca5088d (patch) | |
| tree | 039e6bbad9d410245b33b0a7e2f7479d88614524 /docs/assets/css | |
| parent | 37becbab8cf5c125df758a61ac4429eb8693d673 (diff) | |
| download | bootstrap-979ca4ea7a2e88fd9bbd8051259cd2803ca5088d.tar.xz bootstrap-979ca4ea7a2e88fd9bbd8051259cd2803ca5088d.zip | |
Convert JS page to pygments; nuke prettify assets
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/pygments-manni.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/pygments-manni.css b/docs/assets/css/pygments-manni.css index 2bcc41436..859a67320 100644 --- a/docs/assets/css/pygments-manni.css +++ b/docs/assets/css/pygments-manni.css @@ -6,8 +6,8 @@ .o { color: #555555 } /* Operator */ .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ .cp { color: #009999 } /* Comment.Preproc */ -.c1 { color: #0099FF; font-style: italic } /* Comment.Single */ -.cs { color: #0099FF;; font-style: italic } /* Comment.Special */ +.c1 { color: #999; } /* Comment.Single */ +.cs { color: #999; } /* Comment.Special */ .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ .ge { font-style: italic } /* Generic.Emph */ .gr { color: #FF0000 } /* Generic.Error */ |
