page break stuff to test with new wkhtmltopdf

This commit is contained in:
Sanj 2012-01-31 05:04:40 +05:30
parent 20217817ac
commit 2af29592d5

View File

@ -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 {