From: Mike Bayer Date: Sun, 20 Sep 2009 16:48:15 +0000 (+0000) Subject: tweaks X-Git-Tag: rel_0_6beta1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2acd40f0dc4e83d77d53097499b5d2090e000689;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git tweaks --- diff --git a/doc/build/sqla_arch_small.jpg b/doc/build/sqla_arch_small.jpg index 5fdd20557c..2976030d70 100644 Binary files a/doc/build/sqla_arch_small.jpg and b/doc/build/sqla_arch_small.jpg differ diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index dbc5bae62c..00aa486248 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -19,10 +19,6 @@ p { margin-bottom:10px; } -img { - display:block; - margin: 0 auto; -} a {font-weight:normal; text-decoration:underline;} a:link {color:#0000FF;} @@ -73,6 +69,11 @@ h1, h2, h3, h4, h5 { font-size: 1.4em; } +.document img { + display:block; + margin: 0 auto; +} + .document h1 { display:none; }