Fix #6844: Semantically correct tags for diffchanges (<ins> && <del>)
[lhc/web/wiklou.git] / skins / monobook / main.css
index 8b6a39f..83e296a 100644 (file)
@@ -591,9 +591,15 @@ td.diff-context {
        background: #eee;
        font-size: smaller;
 }
-span.diffchange {
+ins.diffchange {
        color: red;
        font-weight: bold;
+       text-decoration: none;
+}
+del.diffchange {
+       color: red;
+       font-weight: bold;
+       text-decoration: none;
 }
 
 /*