Commit 8a4b1ba9 authored by Georg Brandl's avatar Georg Brandl

Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.

parent 90cc7e87
...@@ -337,7 +337,11 @@ dl.glossary dt { ...@@ -337,7 +337,11 @@ dl.glossary dt {
.deprecated, .deprecated-removed { .deprecated, .deprecated-removed {
background-color: #ffe4e4; background-color: #ffe4e4;
border: 1px solid #f66; border: 1px solid #f66;
padding: 7px padding: 7px;
}
div.deprecated p {
margin-bottom: 0;
} }
.system-message { .system-message {
......
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