From: Georg Brandl Date: Sun, 13 Oct 2013 07:56:20 +0000 (+0200) Subject: Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. X-Git-Tag: v3.4.0a4~138^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d5b375c84cf873b8e86d47c1bbbf8b206a93498;p=python Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. --- diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index d6856f28ce..b4721e805f 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -337,7 +337,11 @@ dl.glossary dt { .deprecated, .deprecated-removed { background-color: #ffe4e4; border: 1px solid #f66; - padding: 7px + padding: 7px; +} + +div.deprecated p { + margin-bottom: 0; } .system-message {