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;
}
p.deprecated {
.deprecated {
border-radius: 3px;
}

View File

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