forked from wallabag/wallabag
baggy: remove logo from printed pages
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -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
Reference in New Issue
Block a user