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:
Brian S. Stephan 2020-05-28 08:20:24 -05:00
parent 9e97cb097e
commit 0993147dea
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ table {
table, th, td {
padding: 5px;
border: 1px solid #222;
margin-bottom: 15px;
}
th {