From 0993147deaabce2fe2a336cec837fc0aec056369 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 28 May 2020 08:20:24 -0500 Subject: [PATCH] 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. --- incorporealcms/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 6e0443e..be128f3 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -72,6 +72,7 @@ table { table, th, td { padding: 5px; border: 1px solid #222; + margin-bottom: 15px; } th {