diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 109bd29f..8d696ca9 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -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 {