mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 12:02:23 +00:00
baggy: remove logo from printed pages
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
45582f2992
commit
3dcb701975
2 changed files with 7 additions and 1 deletions
|
@ -170,3 +170,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only print {
|
||||||
|
header h1.logo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue