diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 10ff3309..00715154 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -20,11 +20,11 @@ pre[data-type="programlisting"] { /*--Adjusting padding in index to avoid bad break--*/ -@page toc:index { /* first page */ +@page index:first { /* first page */ padding-bottom: 0.2in; } -@page toc: { +@page index: { padding-bottom: 0.2in; }