From 4338398e5f761fb6a4d7ba9be127ccd197fd812c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 25 Mar 2006 19:52:37 +0000 Subject: [PATCH] ah well the overflow doesnt work --- doc/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.css b/doc/docs.css index 3db51b893b..6cb08c555b 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -97,7 +97,7 @@ code { } pre { - overflow:auto; + /*overflow:auto;*/ } .codeline { font-family:courier, serif; -- 2.47.2