Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -146,6 +146,8 @@ |
147 | 147 | left/right according to the directionality of your interface language. |
148 | 148 | * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit) |
149 | 149 | * (bug 27410) The tag filter on a history page is now within a <label> element |
| 150 | +* (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default |
| 151 | + styling (strike/underline). |
150 | 152 | |
151 | 153 | === API changes in 1.19 === |
152 | 154 | * BREAKING CHANGE: action=watch now requires POST and token. |
Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css |
— | — | @@ -31,6 +31,7 @@ |
32 | 32 | font-weight: bold; |
33 | 33 | white-space: -moz-pre-wrap; |
34 | 34 | white-space: pre-wrap; |
| 35 | + text-decoration: none; |
35 | 36 | } |
36 | 37 | |
37 | 38 | table.diff { |