diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-06 19:30:34 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-06 19:30:34 -0400 |
| commit | e548b7f8ffd29a909c9b02e1ff5e307aa6ee7b0b (patch) | |
| tree | e952de9de167ac0825c2552aba632051aaad25c4 /doc/build/static/docs.css | |
| parent | 4abcc0da839a57513f18a7a9ea7ee6918d48e4b1 (diff) | |
| download | sqlalchemy-e548b7f8ffd29a909c9b02e1ff5e307aa6ee7b0b.tar.gz | |
- Repaired edge case where mapper would fail
to fully update internal state when a relationship
on a new mapper would establish a backref on the
first mapper.
- continuing with tutorial, moving eager loading into its
own place and describing more fully
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 230cbc1af..e338590ad 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -299,13 +299,10 @@ th.field-name { text-align:right; } -div.note, div.warning, p.deprecated { +div.note, div.warning, p.deprecated, div.topic { background-color:#EEFFEF; } -div.topic { - background-color:#D5F0EE; -} div.admonition, div.topic, p.deprecated { border:1px solid #CCCCCC; |
