From 697f89db63158d173cb0d9450ede44b01f66624c Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 4 Jun 2004 11:55:49 +0000 Subject: [PATCH] no external link icon for interwiki links --- stylesheets/monobook/main.css | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.20.1