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

pull/339/head
nadams 7 years ago
parent 416ba80b1a
commit b0bffaa216

@ -11,6 +11,35 @@ pre[data-type="programlisting"] {
/*hack to align sidebars to top of page*/
.less_space {margin-top: 0 !important;}
*Image resizing*/
figure.smallerninetyfive img { width: 95%; }
figure.smallerninety img { width: 90%; }
figure.smallereightyfive img { width: 85%; }
figure.smallereighty img { width: 80%; }
figure.smallerseventyfive img { width: 75%; }
figure.smallerseventy img { width: 70%; }
figure.smallersixtyfive img { width: 65%; }
figure.smallersixty img { width: 60%; }
figure.smallerfiftyfive img { width: 55%; }
figure.smallerfifty img { width: 50%; }
figure.smallerfourtyfive img { width: 45%; }
figure.smallerfourty img { width: 40%; }
figure.smallerthirtyfive img { width: 35%; }
figure.smallerthirty img { width: 30%; }
/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build)
pre {

Loading…
Cancel
Save