diff options
Diffstat (limited to 'templates/print.css')
-rw-r--r-- | templates/print.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/print.css b/templates/print.css index fbe17139..f677482d 100644 --- a/templates/print.css +++ b/templates/print.css @@ -91,9 +91,9 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override } *[DIR="ltr"] { direction: ltr; unicode-bidi: embed } *[DIR="rtl"] { direction: rtl; unicode-bidi: embed } -@media print { +@media print { - h1 { page-break-before: always } + h1 { page-break-before: always } h1, h2, h3, h4, h5, h6 { page-break-after: avoid } ul, ol, dl { page-break-before: avoid } |