add page print break

This commit is contained in:
Dennis Eichhorn 2020-11-01 21:22:29 +01:00
parent 9c4607f8db
commit f7a80fd87e
2 changed files with 18 additions and 0 deletions

View File

@ -37,3 +37,14 @@ section {
margin-bottom: 5px;
}
}
.pagebreak {
display: none;
}
@media print {
.pagebreak {
page-break-after: always;
display: block;
}
}

View File

@ -4372,6 +4372,13 @@ section > h2 {
font-size: 1.2em;
margin-bottom: 5px; }
.pagebreak {
display: none; }
@media print {
.pagebreak {
page-break-after: always;
display: block; } }
.tabview .tab-links {
color: #000;
padding: 0.3rem 0 0 0; }