Kaydet (Commit) 1e320113 authored tarafından Georg Brandl's avatar Georg Brandl

Fix display of deprecated blocks with Sphinx 1.2.

üst 4f350798
...@@ -122,7 +122,7 @@ div.body tt.xref, div.body a tt { ...@@ -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;
} }
......
...@@ -334,7 +334,7 @@ dl.glossary dt { ...@@ -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
......
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