Commit 90cc7e87 authored by Georg Brandl's avatar Georg Brandl

Fix display of deprecated blocks with Sphinx 1.2.

parent b082b4c3
......@@ -122,7 +122,7 @@ div.body tt.xref, div.body a tt {
font-weight: normal;
}
p.deprecated {
.deprecated {
border-radius: 3px;
}
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment