From c9fc8efd2295338febbbcba6dc3cc377e752d3d4 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 24 Aug 2013 14:11:46 +0200 Subject: Make footers position fixed, so that its content appears --- view/theme/redbasic/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f4c399735..1105bb4bb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -331,6 +331,8 @@ ul.tabs { /* footer */ footer { + position:fixed; + bottom:1px; text-align: right; padding-bottom: 1em; padding-right: 3em; -- cgit v1.2.3