diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-10 11:47:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-10 11:47:30 -0400 |
| commit | ce9ba7fdd38e289d4c69c440f0468eb08213de7a (patch) | |
| tree | e5cfda2a256f065053ac9fc81d4fe69505f12fbf /doc/build/static/docs.css | |
| parent | 47663a62287b4563a15dc08b4942a49616f9f1df (diff) | |
| download | sqlalchemy-ce9ba7fdd38e289d4c69c440f0468eb08213de7a.tar.gz | |
- more 78 chars
- BIGINT doc
- clean up docs in schema.py
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 84eb056b5..9127e980b 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -152,7 +152,9 @@ li.toctree-l1 ul li li margin:0px 0px 0px 20px; } - +th.field-name { + text-align:right; +} div.note, div.warning { background-color:#EEFFEF; } |
