From dab41fa7d32d483b82df1588e5ad9bbd80b7f680 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 30 Mar 2016 18:06:44 -0500 Subject: [PATCH] pad the bottom of pages' content --- dr_botzo/static/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dr_botzo/static/css/core.css b/dr_botzo/static/css/core.css index 61b7ec4..69ca539 100644 --- a/dr_botzo/static/css/core.css +++ b/dr_botzo/static/css/core.css @@ -8,6 +8,7 @@ html, body { #content { padding: 0 25px; padding-top: 75px; + padding-bottom: 50px; } table tr, table th, table td {