mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-06-12 21:11:41 +00:00
html5
This commit is contained in:
@ -15,7 +15,7 @@ table, th, td {
|
||||
|
||||
table#grid td {
|
||||
font-family: monospace;
|
||||
font-size: 22;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
@ -32,6 +32,10 @@ table#grid td {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
float: bottom;
|
||||
}
|
||||
|
||||
@media only print {
|
||||
.noprint {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user