From 598e5b50b2fcf491026c4417d2c7165f9a9f3d89 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sun, 4 Apr 2004 14:01:32 +0000 Subject: [PATCH] no overflow: auto for capable browsers --- stylesheets/monobook/main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index ebc28bfc47..8fd2d32391 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -247,7 +247,6 @@ pre { border: 1px dashed #2f6fab; color: Black; background-color: #f9f9f9; - overflow: auto; } .pre a { text-decoration: none; @@ -900,8 +899,8 @@ li#contentaction-watch { display: inline; } /* the full-size images are in center tags */ -*>html #bodyContent center, -*>html #bodyContent pre { +* html #bodyContent center, +* html #bodyContent pre { overflow: auto; } -- 2.20.1