Skip to content

Commit

Permalink
Edited theme/pdf/pdf.css with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenORM committed Jul 18, 2017
1 parent aff4086 commit c410c25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions theme/pdf/pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c410c25

Please sign in to comment.