Make footers position fixed, so that its content appears

This commit is contained in:
Christian Vogeley 2013-08-24 14:11:46 +02:00
parent 83e3e4e45a
commit c9fc8efd22

View File

@ -331,6 +331,8 @@ ul.tabs {
/* footer */ /* footer */
footer { footer {
position:fixed;
bottom:1px;
text-align: right; text-align: right;
padding-bottom: 1em; padding-bottom: 1em;
padding-right: 3em; padding-right: 3em;