From: Gabriel Wicke Date: Sun, 4 Apr 2004 14:01:32 +0000 (+0000) Subject: no overflow: auto for capable browsers X-Git-Tag: 1.3.0beta1~604 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=598e5b50b2fcf491026c4417d2c7165f9a9f3d89;p=lhc%2Fweb%2Fwiklou.git no overflow: auto for capable browsers --- 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; }