From: Georg Brandl Date: Wed, 19 Jan 2011 08:42:03 +0000 (+0000) Subject: Suppress trailing spaces in table paragraphs. X-Git-Tag: v3.2rc2~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f;p=python Suppress trailing spaces in table paragraphs. --- diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index 2860d60adf..65aa5f1011 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -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; }