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

pull/491/head
kristen@oreilly.com 7 years ago
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…
Cancel
Save