Undo browser defaults (underline/strike) for the <del> and <ins> DairikiDiff inserts...
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 8 Jul 2011 21:32:30 +0000 (21:32 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 8 Jul 2011 21:32:30 +0000 (21:32 +0000)
RELEASE-NOTES-1.19
resources/mediawiki.action/mediawiki.action.history.diff.css

index 7e3b454..56a975f 100644 (file)
@@ -146,6 +146,8 @@ production.
   left/right according to the directionality of your interface language.
 * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit)
 * (bug 27410) The tag filter on a history page is now within a <label> element
+* (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default
+  styling (strike/underline).
 
 === API changes in 1.19 ===
 * BREAKING CHANGE: action=watch now requires POST and token.
index a949d3a..3907a5f 100644 (file)
@@ -31,6 +31,7 @@ td.diff-context {
        font-weight: bold;
        white-space: -moz-pre-wrap;
        white-space: pre-wrap;
+       text-decoration: none;
 }
 
 table.diff {