mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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;
|
height: 30px;
|
||||||
clear: both;
|
clear: both;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
|
bottom: 0;
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
#ver {
|
#ver {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user