mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
turning off code wrapping to test
This commit is contained in:
parent
e6c55b3493
commit
4d07b94734
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
/*--------Put Your Custom CSS Rules Below--------*/
|
/*--------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 {
|
pre.programlisting, pre.screen, pre.literallayout {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}----*/
|
||||||
|
|
||||||
/*----Uncomment to change the TOC start page (set
|
/*----Uncomment to change the TOC start page (set
|
||||||
the number to one page _after_ the one you want;
|
the number to one page _after_ the one you want;
|
||||||
|
Loading…
Reference in New Issue
Block a user