diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-10 02:55:06 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-10 02:55:06 -0500 |
| commit | e269433efddb7e34c7ce455904650b43c401a082 (patch) | |
| tree | 65b901a085366cb89bdb70177f91a8419a1fa15a /doc/build/static | |
| parent | 409cdafe458e632a1273cbd0f9aa1b25dc25e3c2 (diff) | |
| download | sqlalchemy-e269433efddb7e34c7ce455904650b43c401a082.tar.gz | |
- tutorial updates
- emphasis on not using a custom contructor by default, making sure it's clear that
you *can* use one
- other separation of narrative from special notes using sidebars
Diffstat (limited to 'doc/build/static')
| -rw-r--r-- | doc/build/static/docs.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 191a2041c..bd08f3b20 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -322,10 +322,16 @@ th.field-name { text-align:right; } +div.section { + clear:right; +} div.note, div.warning, p.deprecated, div.topic, div.admonition { background-color:#EEFFEF; } +.footnote { + font-size: .95em; +} div.faq { background-color: #EFEFEF; @@ -348,7 +354,7 @@ div.sidebar { background-color: #FFFFEE; border: 1px solid #DDDDBB; float: right; - margin: 0 0 0.5em 1em; + margin: 10px 0 10px 1em; padding: 7px 7px 0; width: 40%; font-size:.9em; |
