mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-06-12 21:11:41 +00:00
unified footer stuff
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user