[Bugfix] Fix footer not sticking to bottom.

This commit is contained in:
Jan Philipp Timme 2013-09-11 17:21:20 +02:00
parent 744d2d8268
commit b113bdd2ec
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ h5 { font-size: 11pt; }
background-attachment: fixed;
}
#wrap-all {
height: 100%;
}
#wrap-nonfooter-content {
min-height: 100%;
}