[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:
parent
9f179bbe6f
commit
68dff94b17
1 changed files with 3 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue