Hide banners in printed documents
This commit is contained in:
parent
fcc4b65423
commit
328424bee7
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ pre {
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.dummy {}
|
.dummy {}
|
||||||
.header, .footer {
|
.header, .footer, .header-banner {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.real-content {
|
.real-content {
|
||||||
|
|
Reference in a new issue