Add margin to bottom of tables

This commit is contained in:
Robert Lord 2013-09-24 09:39:19 -07:00
parent 541998da39
commit 9e84ebf28c

View file

@ -113,6 +113,7 @@ html, body {
} }
table { table {
margin-bottom: 1em;
th,td { th,td {
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;