give tables a bottom margin
otherwise they look bad, for instance, at the very end of the page, too close to the "Last modified" text.
This commit is contained in:
parent
9e97cb097e
commit
0993147dea
@ -72,6 +72,7 @@ table {
|
|||||||
table, th, td {
|
table, th, td {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid #222;
|
border: 1px solid #222;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
Loading…
Reference in New Issue
Block a user