]> granicus.if.org Git - python/commitdiff
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
authorGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 07:56:20 +0000 (09:56 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 07:56:20 +0000 (09:56 +0200)
Doc/tools/sphinxext/static/basic.css

index d6856f28ce2d6d8bb13121f2a937827f7c2db1b4..b4721e805fd25bb7f2e8f0edd3b61f65e8c74e24 100644 (file)
@@ -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 {