From 4d07b94734f9d2bf2f998fea4216c5b129fdf68a Mon Sep 17 00:00:00 2001 From: Melanie Yarbrough Date: Wed, 22 Oct 2014 16:31:02 -0400 Subject: [PATCH] turning off code wrapping to test --- 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 8f5a750b..6394584a 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;