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%); }