diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
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, |