mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-21 23:58:09 +00:00
Edited theme/pdf/pdf.css with Atlas code editor
This commit is contained in:
parent
416ba80b1a
commit
b0bffaa216
@ -11,6 +11,35 @@ pre[data-type="programlisting"] {
|
|||||||
/*hack to align sidebars to top of page*/
|
/*hack to align sidebars to top of page*/
|
||||||
.less_space {margin-top: 0 !important;}
|
.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)
|
/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build)
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
Loading…
Reference in New Issue
Block a user