r82064 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82063‎ | r82064 | r82065 >
Date:18:28, 13 February 2011
Author:reedy
Status:reverted (Comments)
Tags:
Comment:
* (bug 27375) Do the diff colouring in CR
Modified paths:
  • /trunk/extensions/CodeReview/modules/ext.codereview.css (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/modules/ext.codereview.css
@@ -178,3 +178,9 @@
179179 color: #ccc;
180180 font-size: .6em;
181181 }
 182+.mw-codereview-diff ins {
 183+ background: #DDFFDD;
 184+}
 185+.mw-codereview-diff del {
 186+ background: #FFDDDD;
 187+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r84818Revert r82064, fixes bug 27416, reopens bug 27375reedy19:34, 26 March 2011
r112511[ext.codereview.styles] Make whitespace changes identifiable in CR diffs...krinkle20:30, 27 February 2012
r112513MFT to 1.19wmf1 r112510 r112511 r112512...hashar20:39, 27 February 2012

Comments

#Comment by Tim Starling (talk | contribs)   22:21, 14 February 2011

Causes bug 27416.

#Comment by Reedy (talk | contribs)   22:27, 14 February 2011

Indeed, but as the stuff you removed from the common.css, it's not live...

Status & tagging log