summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-19 08:42:03 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-19 08:42:03 (GMT)
commitf3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f (patch)
tree37cba5e1852e3251fb2f8929a523cc53884b1e92 /Doc
parent89c1cd1fdd850df7d276d32be8b6e6f5f2b161a8 (diff)
downloadcpython-f3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f.zip
cpython-f3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f.tar.gz
cpython-f3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f.tar.bz2
Suppress trailing spaces in table paragraphs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sphinxext/static/basic.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css
index 2860d60..65aa5f1 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;
}