From: Mike Bayer Date: Sun, 5 Jun 2011 16:49:44 +0000 (-0400) Subject: style for latest sphinx css X-Git-Tag: rel_0_6_8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99409a9db3fe4d4e97d429ba9a3a6ecc6d130709;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git style for latest sphinx css --- diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 64659acf81..5677a046a8 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -247,6 +247,10 @@ div#dialect-documentation { /* SQL popup, code styles */ +.highlight { + background:none; +} + pre { background-color: #f0f0f0; border: solid 1px #ccc;