diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-06 18:29:37 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-06 18:29:37 -0400 |
| commit | 4abcc0da839a57513f18a7a9ea7ee6918d48e4b1 (patch) | |
| tree | e29e41dc50bd497b5be4cfa97f6cac65216243d4 /doc/build/static | |
| parent | e57e1482a6c6e280065b929557f06fed2cd5624f (diff) | |
| download | sqlalchemy-4abcc0da839a57513f18a7a9ea7ee6918d48e4b1.tar.gz | |
- rework tutorial to be all declarative, all the time
- add detail to declarative docs about base classes
Diffstat (limited to 'doc/build/static')
| -rw-r--r-- | doc/build/static/docs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 84a24771f..230cbc1af 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -303,6 +303,10 @@ div.note, div.warning, p.deprecated { background-color:#EEFFEF; } +div.topic { + background-color:#D5F0EE; +} + div.admonition, div.topic, p.deprecated { border:1px solid #CCCCCC; margin:5px 5px 5px 5px; @@ -314,7 +318,7 @@ div.warning .admonition-title { color:#FF0000; } -div.admonition .admonition-title { +div.admonition .admonition-title, div.topic .topic-title { font-weight:bold; } |
