From: Raimond Spekking Date: Fri, 13 Jun 2008 09:27:14 +0000 (+0000) Subject: Remove non standard, Gecko specific CSS. X-Git-Tag: 1.31.0-rc.0~47018 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=4fb072a7d30587c7d69ea2cfd2ec4891a49613e5;p=lhc%2Fweb%2Fwiklou.git Remove non standard, Gecko specific CSS. At least Opera whines about it and the round corners are not consistent to all other boxes with square corners. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6020b4a1f4..b74081163b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1341,7 +1341,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '155'; +$wgStyleVersion = '156'; # Server-side caching: diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index ba9b3e34ed..689a888ee9 100644 --- a/skins/common/oldshared.css +++ b/skins/common/oldshared.css @@ -388,7 +388,6 @@ div.multipageimagenavbox { border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } diff --git a/skins/modern/main.css b/skins/modern/main.css index 61e50005ad..6374988920 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -912,7 +912,6 @@ div.multipageimagenavbox { border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index f6ea2aa3fe..c052e32af0 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1445,7 +1445,6 @@ div.multipageimagenavbox { border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; }