From 6b7a2a2447fbc863342dd7c3d3cbb0a7e50d4b7a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 5 Sep 2013 23:13:58 +0200 Subject: Fix footer height Automatic calculation would be nice here... Signed-off-by: Florian Pritz --- data/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data/css/style.css') diff --git a/data/css/style.css b/data/css/style.css index 977597c91..26f5ff04e 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -132,11 +132,12 @@ body { height: auto !important; height: 100%; /* Negative indent footer by it's height */ - margin: 0 auto -81px; + margin: 0 auto -83px; } /* Set the fixed height of the footer here */ #footer { + height: 83px; font-size: 12px; padding: 15px 0; } @@ -148,7 +149,7 @@ body { /* Set to footer height + 70px "padding" */ #push { - height: 120px; + height: 153px; } #footer p, -- cgit v1.2.3-24-g4f1b