From 181b26c09b81f0c75e4ee48296aaf2880846d3e0 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 1 Feb 2006 04:44:23 +0000 Subject: [PATCH] Use a.external instead of a[href ^="http://"] to detect external links. This is to support interwiki transclusion with action=render. The protocol-specific rules below still seem to work. --- skins/monobook/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 238352d593..e0c9460526 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -562,7 +562,7 @@ span.diffchange { ** keep the whitespace in front of the ^=, hides rule from konqueror ** this is css3, the validator doesn't like it when validating as css2 */ -#bodyContent a[href ^="http://"], +#bodyContent a.external, #bodyContent a[href ^="gopher://"] { background: url(external.png) center right no-repeat; padding-right: 13px; -- 2.20.1