https://bugzilla.wikimedia.org/show_bug.cgi?id=18207





--- Comment #11 from Splarka <h...@goldrush.com>  2009-05-01 11:52:34 UTC ---
Raising the specificity on the extiw rules (except the last) also seems to
work, eg:

#bodyContent a[href ^="irc://"],
body #bodyContent a.extiw[href ^="irc://"],
.link-irc {
        background: url(discussionitem_icon.gif) center right no-repeat;
        padding: 0 18px;
}

.rtl #bodyContent a.external,
body.rtl #bodyContent a.extiw {
        background-position: left;
        padding-right: 0;
}

.ltr #bodyContent a.external,
body.ltr #bodyContent a.extiw {
        padding-left: 0;
}

Someone might pursue this line of inquiry, but I don't have the resources to
test it


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to