]> granicus.if.org Git - python/commitdiff
Fix stylesheet for multi-paragraph impl-details.
authorGeorg Brandl <georg@python.org>
Thu, 22 Oct 2009 11:36:50 +0000 (11:36 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 22 Oct 2009 11:36:50 +0000 (11:36 +0000)
Doc/tools/sphinxext/static/basic.css

index e76eb6eef291fc2d02a8837056847bf700bcdd1b..e2ba6d2ed5d33402d006834cae41d112743715ef 100644 (file)
@@ -352,8 +352,12 @@ p.deprecated {
     border: 1px solid #ccc;
 }
 
-.impl-detail p {
-    margin: 0;
+.impl-detail .compound-first {
+    margin-top: 0;
+}
+
+.impl-detail .compound-last {
+    margin-bottom: 0;
 }
 
 /* -- code displays --------------------------------------------------------- */