mirror of
https://github.com/tappollo/bitcoinbook.git
synced 2026-04-29 21:37:16 +08:00
turning on autowrap
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user