mediawiki.action.history.diff: Remove white background from table.diff
authorisarra <s@zaori.org>
Wed, 24 Sep 2014 20:40:58 +0000 (20:40 +0000)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 25 Sep 2014 15:33:57 +0000 (15:33 +0000)
Skins where a white background works generally already have a white background
behind this. Skins where it doesn't work generally just wind up overriding this
back to the default (transparent).

Simply removing the background should simplify things.

Change-Id: I1a906f533f7ae2697ee18c998f316a0957ac8bda

resources/src/mediawiki.action/mediawiki.action.history.diff.css [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index afe9246..092a597
@@ -2,7 +2,6 @@
 ** Diff rendering
 */
 table.diff {
-       background-color: white;
        border: none;
        border-spacing: 4px;
        margin: 0;