aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-24 05:41:04 -0700
committerfriendica <info@friendica.com>2013-08-24 05:41:04 -0700
commitb0dd38b30949f907265eda757bfa14aa1f38b38f (patch)
treee6850c19342f84050af24cc8c75b4c5a2cc55445
parent83e3e4e45a1906590a2a629f197800c928ebe169 (diff)
parentc9fc8efd2295338febbbcba6dc3cc377e752d3d4 (diff)
downloadvolse-hubzilla-b0dd38b30949f907265eda757bfa14aa1f38b38f.tar.gz
volse-hubzilla-b0dd38b30949f907265eda757bfa14aa1f38b38f.tar.bz2
volse-hubzilla-b0dd38b30949f907265eda757bfa14aa1f38b38f.zip
Merge pull request #104 from cvogeley/master
Make footers position fixed, so that its content appears...
-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;