aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-08-24 14:11:46 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-08-24 14:11:46 +0200
commitc9fc8efd2295338febbbcba6dc3cc377e752d3d4 (patch)
treee6850c19342f84050af24cc8c75b4c5a2cc55445 /view
parent83e3e4e45a1906590a2a629f197800c928ebe169 (diff)
downloadvolse-hubzilla-c9fc8efd2295338febbbcba6dc3cc377e752d3d4.tar.gz
volse-hubzilla-c9fc8efd2295338febbbcba6dc3cc377e752d3d4.tar.bz2
volse-hubzilla-c9fc8efd2295338febbbcba6dc3cc377e752d3d4.zip
Make footers position fixed, so that its content appears
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 2 insertions, 0 deletions
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;