Fix navigation links not being hidden in print

This commit is contained in:
RunasSudo 2020-03-30 19:20:41 +11:00
parent 05d503e2f4
commit b65cb6c862
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ table.ledger a:hover {
}
@media print {
a.homelink {
.nav-header {
display: none;
}
}