1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-10-31 20:48:58 +00:00

adding text align to fix kerning in code

This commit is contained in:
Melanie Yarbrough 2014-11-18 10:16:36 -05:00
parent 309f57f505
commit 4bc8b554c0

View File

@ -9,6 +9,7 @@
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;
} }
/*----Uncomment to change the TOC start page (set /*----Uncomment to change the TOC start page (set