mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-24 17:08:21 +00:00
Edited theme/pdf/pdf.css with Atlas code editor
This commit is contained in:
parent
aff4086e37
commit
c410c254ef
@ -47,6 +47,17 @@ figure.smallerthirtyfive img { width: 35%; }
|
||||
|
||||
figure.smallerthirty img { width: 30%; }
|
||||
|
||||
/*class to adjust the space of code listings to fix page break*/
|
||||
pre.c_less_space {
|
||||
margin: 0 0 4pt 17pt;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
pre.c_less_space2 {
|
||||
margin: 0 0 4pt 17pt;
|
||||
line-height: 105%;
|
||||
}
|
||||
|
||||
/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build)
|
||||
|
||||
pre {
|
||||
|
Loading…
Reference in New Issue
Block a user