]> granicus.if.org Git - python/commitdiff
Suppress trailing spaces in table paragraphs.
authorGeorg Brandl <georg@python.org>
Wed, 19 Jan 2011 08:42:03 +0000 (08:42 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 19 Jan 2011 08:42:03 +0000 (08:42 +0000)
Doc/tools/sphinxext/static/basic.css

index 2860d60adf312abc28e0f0bc75367432796c8ef3..65aa5f1011a24a9eab01f786aace43240247c010 100644 (file)
@@ -257,6 +257,10 @@ table.docutils td, table.docutils th {
     background-color: #eef;
 }
 
+table.docutils td p.last, table.docutils th p.last {
+    margin-bottom: 0;
+}
+
 table.field-list td, table.field-list th {
     border: 0 !important;
 }