From 518aa01f6ab85d8fb152813730f3cb27e57674ac Mon Sep 17 00:00:00 2001 From: Cydrobolt Date: Sat, 15 Feb 2014 20:21:55 -0500 Subject: [PATCH] get rid of unneeded padding the padding creates ugly whitespace at the end of the document, after the footer --- php/css/triviatime.css | 1 - 1 file changed, 1 deletion(-) diff --git a/php/css/triviatime.css b/php/css/triviatime.css index 9da89d1..9bce221 100644 --- a/php/css/triviatime.css +++ b/php/css/triviatime.css @@ -1,6 +1,5 @@ body { padding-top: 40px; - padding-bottom: 60px; } .strong-text { color: inherit;