Edited theme/pdf/pdf.css with Atlas code editor

develop
claylock 7 months ago
parent 03a9ace64a
commit 036650adfb

@ -21,21 +21,21 @@ pre[data-type="programlisting"] {
/*--Adjusting padding in index to avoid bad break--*/ /*--Adjusting padding in index to avoid bad break--*/
@page index:first { /* first page */ @page index:first { /* first page */
padding-bottom: 0.4in; padding-bottom: 0.1in;
} }
@page index: { @page index: {
padding-bottom: 0.4in; padding-bottom: 0.1in;
} }
/*--Adjusting padding in TOC to avoid bad break--*/ /*--Adjusting padding in TOC to avoid bad break--*/
@page toc:first { /* first page */ @page toc:first { /* first page */
padding-bottom: 0.1in; padding-bottom: 0.4in;
} }
@page toc: { @page toc: {
padding-bottom: 0.1in; padding-bottom: 0.4in;
} }

Loading…
Cancel
Save