page break stuff to test with new wkhtmltopdf
This commit is contained in:
parent
20217817ac
commit
2af29592d5
|
@ -14,10 +14,11 @@ body {
|
||||||
.sub {
|
.sub {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subText {
|
.subText {
|
||||||
page-break-before: avoid;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Courier New";
|
font-family: "Courier New";
|
||||||
|
@ -31,7 +32,6 @@ body {
|
||||||
.inpoint {
|
.inpoint {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user