View | Details | Raw Unified | Return to bug 39035
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (-1 / +2 lines)
Lines 1-5 Link Here
1
@media print {
1
@media print {
2
    .pagebreak { break-after: page; }
2
    .pagebreak { break-after: page; }
3
    #cookieConsentBar_content { display: none; }
4
    .consentButtons   { display: none; }
3
}
5
}
4
6
5
a:link {
7
a:link {
6
- 

Return to bug 39035