Fixed the position of footer in the css.
This commit is contained in:
parent
3074b6d652
commit
6f9d9e49ec
|
@ -354,6 +354,10 @@ div#foot {
|
|||
height: 30px;
|
||||
clear: both;
|
||||
width: auto;
|
||||
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
#ver {
|
||||
margin-bottom: 25px;
|
||||
|
|
Loading…
Reference in New Issue