summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-05 23:13:58 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-22 16:30:56 +0200
commit6b7a2a2447fbc863342dd7c3d3cbb0a7e50d4b7a (patch)
tree268b40c5539ebb8dd5e3004a8bd8c2aec677dbc5 /data
parent64005f7777923411ffaafeeadb58469e0f853ecb (diff)
Fix footer height
Automatic calculation would be nice here... Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r--data/css/style.css5
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,