Merge pull request #104 from cvogeley/master

Make footers position fixed, so that its content appears...
This commit is contained in:
friendica 2013-08-24 05:41:04 -07:00
commit b0dd38b309

View File

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