From b3873ea6bea2d9252e7c53738e162fbb63ae6324 Mon Sep 17 00:00:00 2001 From: jepso Date: Wed, 20 Jun 2007 10:20:35 +0000 Subject: [PATCH] Documentation: dropped the overflow: auto declaration for pre elements since Firefox has some nasty problems viewing the doc pages with it. --- manual/new/styles/basic.css | 1 - 1 file changed, 1 deletion(-) diff --git a/manual/new/styles/basic.css b/manual/new/styles/basic.css index 46b6563fb..38a057f2a 100644 --- a/manual/new/styles/basic.css +++ b/manual/new/styles/basic.css @@ -84,7 +84,6 @@ pre { line-height: 1.2em; background-color: #f6f6f6; border: 1px solid #cccccc; - overflow: auto; } pre .default {