1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

turning on autowrap

This commit is contained in:
Melanie Yarbrough 2014-11-18 10:12:47 -05:00
parent 266bcb0d44
commit 8702f836ba

View File

@ -4,13 +4,13 @@
/*--------Put Your Custom CSS Rules Below--------*/
/*----Uncomment to turn on automatic code wrapping
/*----Uncomment to turn on automatic code wrapping----*/
pre.programlisting, pre.screen, pre.literallayout {
white-space: pre-wrap;
word-wrap: break-word;
text-align: left;
}----*/
}
/*----Uncomment to change the TOC start page (set
the number to one page _after_ the one you want;