From 9e84ebf28cee0bff67a4106d54222f6c8487f6d8 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Tue, 24 Sep 2013 09:39:19 -0700 Subject: [PATCH] Add margin to bottom of tables --- source/stylesheets/all.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/stylesheets/all.css.scss b/source/stylesheets/all.css.scss index 4802293..5a5e9e2 100644 --- a/source/stylesheets/all.css.scss +++ b/source/stylesheets/all.css.scss @@ -113,6 +113,7 @@ html, body { } table { + margin-bottom: 1em; th,td { text-align: left; vertical-align: top;