Use a.external instead of a[href ^="http://"] to detect external links. This is to...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Feb 2006 04:44:23 +0000 (04:44 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Feb 2006 04:44:23 +0000 (04:44 +0000)
skins/monobook/main.css

index 238352d..e0c9460 100644 (file)
@@ -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;