no external link icon for interwiki links
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 4 Jun 2004 11:55:49 +0000 (11:55 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 4 Jun 2004 11:55:49 +0000 (11:55 +0000)
stylesheets/monobook/main.css

index d8643f6..54ec2b0 100644 (file)
@@ -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 {