summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-08 20:40:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-08 20:40:59 -0400
commit0e42388ff8825bd7ea356d4b963a4b33ce9d6e22 (patch)
tree2b7e2fe47b864bab22bb4523a6011a68a56526a0
parent29d9a098a70465450563e9c07ed613e227886936 (diff)
downloadmako-0e42388ff8825bd7ea356d4b963a4b33ce9d6e22.tar.gz
css fix for some unwanted pygments thing
-rw-r--r--doc/build/static/docs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css
index 2af5ba9..d40dad0 100644
--- a/doc/build/static/docs.css
+++ b/doc/build/static/docs.css
@@ -186,6 +186,12 @@ div.admonition .admonition-title {
padding:10px 0px 10px 0px;
}
+/* take out sphinx/pygments putting some kind
+of green background here... */
+.highlight {
+ background:none;
+}
+
pre {
background-color: #f0f0f0;
border: solid 1px #ccc;