Suppress trailing spaces in table paragraphs.

This commit is contained in:
Georg Brandl 2011-01-19 08:42:03 +00:00
parent 89c1cd1fdd
commit f3923cf9fd
1 changed files with 4 additions and 0 deletions

View 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;
}