fix firefox not calculating footer right

This commit is contained in:
Lisa P 2015-01-15 16:25:35 +01:00
parent ac36b827dd
commit 0676f27ee1

View File

@ -544,10 +544,10 @@ p.repo.errored {
footer { footer {
padding : 20px 0; padding : 20px 0;
background-color : #e0e0e0; background-color : #e0e0e0;
min-height : 65px; min-height : 334px;
font-size : 12px; font-size : 12px;
line-height : 22px; line-height : 22px;
margin-top: -334px; /* sticky footer */ margin-top : -334px; /* sticky footer */
} }
.wrapper { .wrapper {
@ -562,6 +562,7 @@ footer {
} }
footer { footer {
margin-top: -204px; margin-top: -204px;
min-height: 204px;
} }
} }