mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-21 23:58:09 +00:00
Edited theme/pdf/pdf.css with Atlas code editor
This commit is contained in:
parent
96f18a5a9e
commit
816d2e28c0
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user