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

develop
claylock 7 months ago
parent 1eaed6db9a
commit 8873a8957b

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

Loading…
Cancel
Save