diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-09 20:32:37 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-09 20:32:37 -0400 |
| commit | 331141d936478b9d892fc51d094ef0c7e01f5d3e (patch) | |
| tree | f1493e742695c4343123f79e7c48a416f52cd955 /doc/build/static/docs.css | |
| parent | c14a3651a4ea624e0539c4ee7d45e23bf6139403 (diff) | |
| download | sqlalchemy-331141d936478b9d892fc51d094ef0c7e01f5d3e.tar.gz | |
get slightly better about deprecations in docstrings, tho this is kind of an uphill climb
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index c0d634557..145e49b8c 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -155,12 +155,13 @@ li.toctree-l1 ul li li th.field-name { text-align:right; } -div.note, div.warning { + +div.note, div.warning, p.deprecated { background-color:#EEFFEF; } -div.admonition, div.topic { +div.admonition, div.topic, p.deprecated { border:1px solid #CCCCCC; margin:5px 5px 5px 5px; padding:5px 5px 5px 35px; |
