diff options
author | Gabriel Wicke <gwicke@users.mediawiki.org> | 2004-06-05 11:12:26 +0000 |
---|---|---|
committer | Gabriel Wicke <gwicke@users.mediawiki.org> | 2004-06-05 11:12:26 +0000 |
commit | 82daca2de86d082e3abd7534447cb35579dc9fb6 (patch) | |
tree | 11aa0279c51a4c78325796638c6027d94692de55 /stylesheets | |
parent | c410b3f316335e6d23ae2b629c707c7df7c2318d (diff) | |
download | mediawikicore-82daca2de86d082e3abd7534447cb35579dc9fb6.tar.gz mediawikicore-82daca2de86d082e3abd7534447cb35579dc9fb6.zip |
inline interwiki link now with class "extiw" instead of "external"
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3884
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/monobook/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index c1e7c520be26..065bf4765dbb 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -61,7 +61,7 @@ table { } a { text-decoration: none; - color: #0014a6; + color: #004ba6; background: none; } a:visited { color: #5a3696; } @@ -466,7 +466,7 @@ td.diff-context { background:#eeeeee; } padding-right: 18px; } /* disable interwiki styling */ -#bodyContent a.interwiki { +#bodyContent a.extiw { color: #3366bb; background: none; padding: 0; |