* Apply the same style to 'span.history-deleted' as 'li span.deleted'
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 8 Dec 2005 20:27:29 +0000 (20:27 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 8 Dec 2005 20:27:29 +0000 (20:27 +0000)
skins/monobook/main.css

index 81325f8..4809e88 100644 (file)
@@ -1257,7 +1257,7 @@ span.changedby {
        color: gray;
 }
 
-li span.deleted {
+li span.deleted, span.history-deleted {
        text-decoration: line-through;
        color: #888;
        font-style: italic;