diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-21 20:27:39 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-21 20:27:39 (GMT) |
commit | faed5b5132e2a7e1ef7abfb89c7140998e0bf42f (patch) | |
tree | cb27db3a87b6ad2f2ae48d3ef22d90191c0602ae /Doc/tools | |
parent | 925914f950af26ea4a8c6f43c7af97085c6a0ac2 (diff) | |
download | cpython-faed5b5132e2a7e1ef7abfb89c7140998e0bf42f.zip cpython-faed5b5132e2a7e1ef7abfb89c7140998e0bf42f.tar.gz cpython-faed5b5132e2a7e1ef7abfb89c7140998e0bf42f.tar.bz2 |
Add CSS rule for the deprecated-removed directive
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/static/basic.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index aeb1381..46237d8 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -253,8 +253,8 @@ table.docutils { table.docutils td, table.docutils th { padding: 2px 5px 2px 5px; - border-left: 0; - background-color: #eef; + border-left: 0; + background-color: #eef; } table.field-list td, table.field-list th { @@ -266,7 +266,7 @@ table.footnote td, table.footnote th { } table.docutils th { - border-top: 1px solid #cac; + border-top: 1px solid #cac; background-color: #ede; } @@ -276,7 +276,7 @@ th { } th.head { - text-align: center; + text-align: center; } /* -- other body styles ----------------------------------------------------- */ @@ -329,7 +329,7 @@ dl.glossary dt { font-style: italic; } -p.deprecated { +p.deprecated, p.deprecated-removed { background-color: #ffe4e4; border: 1px solid #f66; padding: 7px |