From: Mike Bayer Date: Tue, 31 Jul 2007 16:56:26 +0000 (+0000) Subject: tweaks X-Git-Tag: rel_0_4beta1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098b471c88449dbea1eeea01afd3eee58dcfaa68;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git tweaks --- diff --git a/doc/docs.css b/doc/docs.css index e78533cb83..9075e00673 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -10,6 +10,11 @@ margin:10px 0px 10px 0px; } +pre { + margin:0px; + padding:0px; +} + .prevnext { padding: 5px 0px 0px 0px; } @@ -141,7 +146,7 @@ h3 { font-size:12px; background-color: #f0f0f0; border: solid 1px #ccc; - padding:2px 2px 2px 10px; + padding:10px; margin: 5px 5px 5px 5px; overflow:auto; } @@ -151,7 +156,7 @@ h3 { font-size:12px; background-color: #f0f0f0; border: solid 1px #ccc; - padding:2px 2px 2px 10px; + padding:10px; /*2px 2px 2px 10px;*/ margin: 5px 5px 5px 5px; line-height:1.2em; } diff --git a/doc/syntaxhighlight.css b/doc/syntaxhighlight.css index 8529ebb5fc..d0ecae2d3b 100644 --- a/doc/syntaxhighlight.css +++ b/doc/syntaxhighlight.css @@ -34,7 +34,7 @@ } .python_operator { - color: #EF0005; + color: #BF0005; } .python_enclosure {