From 2af29592d5c6dc9b50853e54c1d58bfe16ede981 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 31 Jan 2012 05:04:40 +0530 Subject: [PATCH] page break stuff to test with new wkhtmltopdf --- print/css/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/css/print.css b/print/css/print.css index 036a28a..51ad089 100644 --- a/print/css/print.css +++ b/print/css/print.css @@ -14,10 +14,11 @@ body { .sub { width: 80%; margin-bottom: 12px; + page-break-inside: avoid; } .subText { - page-break-before: avoid; + overflow: hidden; margin: 0; font-family: "Courier New"; @@ -31,7 +32,6 @@ body { .inpoint { font-style: italic; font-size: 12px; - page-break-after: avoid; } .title {