[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
This commit is contained in:
Krinkle 2012-01-15 13:56:55 +00:00
parent 9f179bbe6f
commit 68dff94b17

View file

@ -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 {