From a284ed3cb715925990239439509176f16f5d9b72 Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 13:55:08 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 5bcf4a97..14dbb22c 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -34,6 +34,14 @@ td.fakeheader { /* tighten tracking for paragraphs */ .fix_tracking { letter-spacing: -0.1pt; } +/* less space for pagebreaks (STYL-1620) */ +.less_space, +.less_space > h5:first-child, +dl.less_space > dt:first-child, +section.less_space > h3:first-child, +section.less_space > h2:first-child, +section.less_space > h1:first-child { + margin-top: 0 !important; /*hack to align sidebars to top of page*/