r108975 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108974‎ | r108975 | r108976 >
Date:13:56, 15 January 2012
Author:krinkle
Status:reverted
Tags:
Comment:
[mediawiki.action.history.diff.css] remove redundant css rule
* Background color reset for tables is no longer needed per r80495
* See r80495 commitmsg for rationale for removal of the `table { backgroundL: white }` rule
* Also touched in r105280
Modified paths:
  • /trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css
@@ -1,11 +1,6 @@
2 -/*
3 -** Diff rendering
4 -*/
5 -table.diff,
6 -td.diff-otitle,
7 -td.diff-ntitle {
8 - background-color: transparent;
9 -}
 2+/**
 3+ * Diff rendering
 4+ */
105
116 td.diff-otitle,
127 td.diff-ntitle {

Follow-up revisions

RevisionCommit summaryAuthorDate
r112750[mediawiki.action.history.diff.css] Revert 1.19 style changes back to how it ...krinkle01:07, 1 March 2012
r112836Resolves bug #11374 and improves on r94429, r94461, r101147, r105280, r106884...tparscal21:27, 1 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80495This override is no longer needed. ...krinkle15:33, 18 January 2011
r105280Diff colors now use the french Wikipedia scheme...hashar09:41, 6 December 2011

Status & tagging log