From 8873a8957bd5fa27c571d6219418ea90da047ebc Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 27 Oct 2023 12:32:48 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index b685efd1..038dacda 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -18,6 +18,18 @@ pre[data-type="programlisting"] { font-style: normal; } + + +/*--Adjusting padding in TOC to avoid bad break--*/ +@page toc:first { /* first page */ + padding-bottom: 0.3in; +} + +@page toc: { + padding-bottom: 0.4in; +} + + /*--Table lines--*/ table td.right, th.right { border-right: 0.25pt solid cmyk(0%,0%,0%,100%); }