From 816d2e28c0a8e9d287fb6fd3928e052ed71a9655 Mon Sep 17 00:00:00 2001 From: tjones Date: Tue, 12 Sep 2023 02:17:57 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 6a00f850..6da6cce6 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -77,6 +77,15 @@ pre { margin-left: 64.79pt; } +/* two column list */ +ul.twocolumn { + column-count: 2; + column-gap: 15pt; + column-fill: balance; + widows: 0; + orphans: 0; + } + /*----Uncomment to change the TOC start page (set the number to one page _after_ the one you want; so 6 to start on v, 8 to start on vii, etc.)