mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
updating one off to include code wrapping
This commit is contained in:
parent
d1f12b279d
commit
fe1d1a6115
@ -4,13 +4,12 @@
|
||||
|
||||
/*--------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;
|
||||
}
|
||||
----*/
|
||||
|
||||
/*----Uncomment to change the TOC start page (set
|
||||
the number to one page _after_ the one you want;
|
||||
|
Loading…
Reference in New Issue
Block a user