Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-04-08 17:17:25 +02:00
parent 1dce1cbfcb
commit f8fcc83e6d
2 changed files with 15 additions and 1 deletions

View File

@@ -85,7 +85,21 @@ a:hover {
text-decoration: underline;
}
@media print {
h1 {
page-break-before: always;
page-break-after: avoid;
}
h3, h4 {
page-break-after: avoid;
}
pre, blockquote, table {
page-break-inside: avoid;
}
}
h1 {