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 {
|
||||
.dummy {}
|
||||
.header, .footer {
|
||||
.header, .footer, .header-banner {
|
||||
display: none;
|
||||
}
|
||||
.real-content {
|
||||
|
|
Reference in a new issue