From c410c254ef40b0ec2536369c3c0e8f5a9e6244e9 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Tue, 18 Jul 2017 09:23:23 -0700 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 366785c6..6a00f850 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -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 {