Kaydet (Commit) f3923cf9 authored tarafından Georg Brandl's avatar Georg Brandl

Suppress trailing spaces in table paragraphs.

üst 89c1cd1f
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment