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

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