From f4d6a02382e621387fe3c850515cd98c9ec7f31e Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 12 Oct 2010 21:18:53 +0200 Subject: [PATCH] force page breaks with css --- cv.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cv.css b/cv.css index 9a109fb..8ffef5f 100644 --- a/cv.css +++ b/cv.css @@ -267,3 +267,7 @@ dl { * html body .document { margin-top: 5em; } + +#internships, #publications { + page-break-before: always; +} -- 2.39.2