baggy: remove logo from printed pages

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2020-01-25 15:42:43 +01:00
parent 45582f2992
commit 3dcb701975
2 changed files with 7 additions and 1 deletions

View file

@ -170,3 +170,9 @@
width: 100%;
}
}
@media only print {
header h1.logo {
display: none;
}
}

File diff suppressed because one or more lines are too long