1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

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

This commit is contained in:
tjones 2023-09-12 02:17:57 +00:00
parent 96f18a5a9e
commit 816d2e28c0

View File

@ -77,6 +77,15 @@ pre {
margin-left: 64.79pt; 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 /*----Uncomment to change the TOC start page (set
the number to one page _after_ the one you want; the number to one page _after_ the one you want;
so 6 to start on v, 8 to start on vii, etc.) so 6 to start on v, 8 to start on vii, etc.)