This commit is contained in:
gnieark 2015-12-09 22:06:35 +01:00
parent be40dca757
commit e93fcd1562

View File

@ -2,6 +2,7 @@ html {
height: 100%; height: 100%;
} }
body{ body{
position:relative;
width:100%; width:100%;
font-size:100%; font-size:100%;
top: 0px; top: 0px;
@ -65,7 +66,7 @@ footer{
font-size: 12px; font-size: 12px;
line-height: 1.5em; line-height: 1.5em;
text-align: center; text-align: center;
position: relative; position: absolute;
bottom: 0; bottom: 0;
} }