From: Ævar Arnfjörð Bjarmason Date: Thu, 8 Dec 2005 20:27:29 +0000 (+0000) Subject: * Apply the same style to 'span.history-deleted' as 'li span.deleted' X-Git-Tag: 1.6.0~980 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=27c383b1c0026a69611199ab038a2e2ce9b74bc4;p=lhc%2Fweb%2Fwiklou.git * Apply the same style to 'span.history-deleted' as 'li span.deleted' --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 81325f8135..4809e88655 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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;