From 7afac08bfd482860b7e0d524f4f602fc075d1ae5 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 2 Jan 2006 14:54:38 +0000 Subject: [PATCH] * (bug 714) "plainlinks" class issues in IE, Opera --- RELEASE-NOTES | 1 + skins/monobook/main.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3f010bc626..9c233df6e7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -392,6 +392,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 4371) Disallow tilde character in signatures * (bug 1996) Special page to list redirects * (bug 137) MediaWiki:Copyrightwarning hardcoding +* (bug 714) "plainlinks" class issues in IE, Opera === Caveats === diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 4809e88655..8e696d7748 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -605,7 +605,7 @@ span.diffchange { special external link styling */ #bodyContent .plainlinks a { background: none !important; - padding: 0; + padding: 0 !important; } /* ** Structural Elements -- 2.20.1