diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-09-20 16:48:15 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-09-20 16:48:15 +0000 |
| commit | 2acd40f0dc4e83d77d53097499b5d2090e000689 (patch) | |
| tree | 2e0167949f74d5e2f4cbfcbfa01fdc03722b95bd /doc/build/static/docs.css | |
| parent | 6d4186999f780c34e310b4fa3f6c2e34e223c443 (diff) | |
| download | sqlalchemy-2acd40f0dc4e83d77d53097499b5d2090e000689.tar.gz | |
tweaks
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index dbc5bae62..00aa48624 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; } |
