unified footer stuff

This commit is contained in:
foo
2016-12-22 07:52:15 +00:00
parent 4a885a7730
commit b0d43414ce
4 changed files with 19 additions and 7 deletions

View File

@ -20,7 +20,7 @@ table#grid td {
#wrapper {
width: 80%;
margin: 0 auto;
margin: 0 auto 60px auto;
}
#wordsearch {
@ -33,7 +33,10 @@ table#grid td {
}
#footer {
float: bottom;
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
}
@media only print {