From: Gabriel Wicke Date: Fri, 4 Jun 2004 11:55:49 +0000 (+0000) Subject: no external link icon for interwiki links X-Git-Tag: 1.5.0alpha1~3041 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=697f89db63158d173cb0d9450ede44b01f66624c;p=lhc%2Fweb%2Fwiklou.git no external link icon for interwiki links --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index d8643f6673..54ec2b0a7b 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -465,6 +465,11 @@ td.diff-context { background:#eeeeee; } background: url("discussionitem_icon.gif") center right no-repeat; padding-right: 18px; } +/* disable interwiki styling */ +#bodyContent a.interwiki { + background: none; + padding: 0; +} /* this can be used in the content area to switch off special external link styling */ #bodyContent .plainlinks a {