Fixed the position of footer in the css.

This commit is contained in:
mdtrooper 2015-12-31 10:45:42 +01:00
parent 3074b6d652
commit 6f9d9e49ec
1 changed files with 4 additions and 0 deletions

View File

@ -354,6 +354,10 @@ div#foot {
height: 30px;
clear: both;
width: auto;
bottom: 0;
position: fixed;
width: 100%;
}
#ver {
margin-bottom: 25px;