This commit is contained in:
foo
2016-12-20 06:42:23 +00:00
parent 9ba322a84b
commit 4a885a7730
4 changed files with 8 additions and 4 deletions

View File

@ -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;