From b0070716eb8121d8b61d6270e26204182f05db6c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 25 Jun 2019 17:06:35 +0100 Subject: [PATCH] add page-break --- local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.css b/local.css index bf7b5dd30..ff30fbfe7 100644 --- a/local.css +++ b/local.css @@ -16,6 +16,7 @@ body{ #content{ text-align: left; width: 100%; + page-break-before: avoid; } .pagedate{ font-family: times; @@ -68,6 +69,7 @@ h1{ line-height: 1em; margin-left: 1em; text-indent: -1em; + page-break-before: always; } h2{ font-size: 1.4em; -- 2.30.2