diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-01-21 00:09:25 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-01-21 00:09:25 +0000 |
| commit | 99924c8645be5cdaef35c26fabafb6605ca4482b (patch) | |
| tree | 84fba64d4c366ef0310fe729ddaa9f256ef02dd6 /doc/docs.css | |
| parent | c95faa5e8d171160e0786c7e5b8064eb4fd524bb (diff) | |
| download | sqlalchemy-99924c8645be5cdaef35c26fabafb6605ca4482b.tar.gz | |
docs: [ticket:345], [ticket:356], [ticket:48], [ticket:403], [ticket:394],
cleanup/completion of keyword arg documentation for create_engine(), mapper(), and
relation()
Diffstat (limited to 'doc/docs.css')
| -rw-r--r-- | doc/docs.css | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/doc/docs.css b/doc/docs.css index 087d0adba..25fa1624b 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -78,22 +78,6 @@ padding: 5px 0px 0px 0px; } -.code { - font-family: courier, "courier new", serif; - font-size:12px; - background-color: #f0f0f0; - padding:2px 2px 2px 10px; - margin: 5px 5px 5px 5px; -} - -.sliding_code { - font-family: courier, "courier new", serif; - font-size:12px; - background-color: #f0f0f0; - padding:2px 2px 2px 10px; - margin: 5px 5px 5px 5px; - overflow:auto; -} .codetitle { font-family: verdana, sans-serif; @@ -237,6 +221,16 @@ h3, .sectionheadertext { border: solid 1px #ccc; } +.sliding_code { + font-family: courier, "courier new", serif; + font-size:12px; + background-color: #f0f0f0; + border: solid 1px #ccc; + padding:2px 2px 2px 10px; + margin: 5px 5px 5px 5px; + overflow:auto; +} + .code { font-family: courier, "courier new", serif; background-color: #f0f0f0; |
