Fix display of deprecated blocks with Sphinx 1.2.

This commit is contained in:
Georg Brandl 2013-10-13 09:31:42 +02:00
parent 4f35079858
commit 1e32011306
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ div.body tt.xref, div.body a tt {
font-weight: normal; font-weight: normal;
} }
p.deprecated { .deprecated {
border-radius: 3px; border-radius: 3px;
} }

View file

@ -334,7 +334,7 @@ dl.glossary dt {
font-style: italic; font-style: italic;
} }
p.deprecated, p.deprecated-removed { .deprecated, .deprecated-removed {
background-color: #ffe4e4; background-color: #ffe4e4;
border: 1px solid #f66; border: 1px solid #f66;
padding: 7px padding: 7px