From: Happy-melon Date: Tue, 18 May 2010 13:01:24 +0000 (+0000) Subject: Follow up r63707: update the default link colour in all skins to match what's actuall... X-Git-Tag: 1.31.0-rc.0~36802 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=d8668b791cd851a32b6e782c9b8a89c8029e6709;p=lhc%2Fweb%2Fwiklou.git Follow up r63707: update the default link colour in all skins to match what's actually been displayed to everyone since forever. --- diff --git a/includes/Skin.php b/includes/Skin.php index 7c3a84e69e..7ed2626a9e 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -557,9 +557,7 @@ class Skin extends Linker { $underline = $undopt ? 'underline' : 'none'; $s .= "a { text-decoration: $underline; }\n"; } - if( $wgUser->getOption( 'highlightbroken' ) ) { - $s .= "a.new, #quickbar a.new { color: #CC2200; }\n"; - } else { + if( !$wgUser->getOption( 'highlightbroken' ) ) { $s .= <<