r74692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74691‎ | r74692 | r74693 >
Date:21:28, 12 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Finished what r67300 started, by using #ba0000 as the broken "red" link color.
Modified paths:
  • /trunk/phase3/includes/ResourceLoaderModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ResourceLoaderModule.php
@@ -949,10 +949,10 @@
950950 $rules[] = "a { text-decoration: " . ( $options['underline'] ? 'underline' : 'none' ) . "; }";
951951 }
952952 if ( $options['highlightbroken'] ) {
953 - $rules[] = "a.new, #quickbar a.new { color: #CC2200; }\n";
 953+ $rules[] = "a.new, #quickbar a.new { color: #ba0000; }\n";
954954 } else {
955955 $rules[] = "a.new, #quickbar a.new, a.stub, #quickbar a.stub { color: inherit; }";
956 - $rules[] = "a.new:after, #quickbar a.new:after { content: '?'; color: #CC2200; }";
 956+ $rules[] = "a.new:after, #quickbar a.new:after { content: '?'; color: #ba0000; }";
957957 $rules[] = "a.stub:after, #quickbar a.stub:after { content: '!'; color: #772233; }";
958958 }
959959 if ( $options['justify'] ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67300Revert r66608: This goes against an intentional design decision. To discuss t...tparscal21:42, 3 June 2010

Status & tagging log