mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Suppress trailing spaces in table paragraphs.
This commit is contained in:
parent
89c1cd1fdd
commit
f3923cf9fd
1 changed files with 4 additions and 0 deletions
|
@ -257,6 +257,10 @@ table.docutils td, table.docutils th {
|
||||||
background-color: #eef;
|
background-color: #eef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.docutils td p.last, table.docutils th p.last {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
table.field-list td, table.field-list th {
|
table.field-list td, table.field-list th {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue