From 8702f836ba276741418743bc655e231ad3e3f284 Mon Sep 17 00:00:00 2001 From: Melanie Yarbrough Date: Tue, 18 Nov 2014 10:12:47 -0500 Subject: [PATCH] turning on autowrap --- tools/oneoffs/oneoff.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/oneoffs/oneoff.css b/tools/oneoffs/oneoff.css index 6394584a..8f5a750b 100644 --- a/tools/oneoffs/oneoff.css +++ b/tools/oneoffs/oneoff.css @@ -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;