From: Krinkle Date: Sun, 15 Jan 2012 13:56:55 +0000 (+0000) Subject: [mediawiki.action.history.diff.css] remove redundant css rule X-Git-Tag: 1.31.0-rc.0~25256 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=68dff94b17e28081224b7e85d39ab4bed0885d81;p=lhc%2Fweb%2Fwiklou.git [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 --- diff --git a/resources/mediawiki.action/mediawiki.action.history.diff.css b/resources/mediawiki.action/mediawiki.action.history.diff.css index 622e98e298..46f45bc257 100644 --- a/resources/mediawiki.action/mediawiki.action.history.diff.css +++ b/resources/mediawiki.action/mediawiki.action.history.diff.css @@ -1,11 +1,6 @@ -/* -** Diff rendering -*/ -table.diff, -td.diff-otitle, -td.diff-ntitle { - background-color: transparent; -} +/** + * Diff rendering + */ td.diff-otitle, td.diff-ntitle {