From: Mike Bayer Date: Wed, 21 Sep 2005 04:39:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c819f106176f6d76a33c9e2294265f40dc10f9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/doc/build/components/section_wrapper.myt b/doc/build/components/section_wrapper.myt index d735148a8d..43cc2c9475 100644 --- a/doc/build/components/section_wrapper.myt +++ b/doc/build/components/section_wrapper.myt @@ -1,23 +1,24 @@ <%python scope="global"> - import string, re, time + import string, re, time <%args> - comp - toc - title - version = None - last_updated = None - index - paged - onepage - isdynamic - ext + comp + toc + title + version = None + last_updated = None + index + paged + onepage + isdynamic + ext +
 
diff --git a/doc/style.css b/doc/style.css index 64090d6395..6decd245de 100644 --- a/doc/style.css +++ b/doc/style.css @@ -99,3 +99,23 @@ a:hover {color:#700000;} width:auto; } +.code { +} + +.codepop { + font-weight:bold; + font-family: verdana, sans-serif; + font-size:12px; + color:#000000; + border:1px solid; + padding:10px; +} + +.codepoplink { + font-weight:bold; + font-family: verdana, sans-serif; + font-size:12px; + color:#000000; + border:1px solid; + padding:2px 8px 2px 8px; +}