Page breaks
This commit is contained in:
@@ -238,4 +238,18 @@ audio::-webkit-media-controls-panel {
|
||||
content: " (" attr(href) ")";
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
hr {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
li {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.page-break {
|
||||
page-break-after: always;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user