From: Mike Bayer Date: Thu, 27 Oct 2005 04:59:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cdbcdfd394c231319febffb1e4869e68bd69314;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/doc/docs.css b/doc/docs.css index e7384ed658..66cfbcd2ee 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -168,3 +168,14 @@ padding:0px 0px 3px 0px; } +.docstring { + margin-left:15px; + margin-bottom:5px; + margin-top:5px; +} + +.darkcell { + margin:0px 0px 10px 0px; + padding:4px 4px 4px 4px; + background-color: #D2D2D2; +} \ No newline at end of file