# HG changeset patch # User bsw # Date 1632924582 -7200 # Node ID dc54e50a70b9ee0bcc24753446598af51b8dff19 # Parent ae45894bbf0873abf2c8731cb2e72f0af81a706d Cross out revoked initiatives diff -r ae45894bbf08 -r dc54e50a70b9 static/lf4.css --- a/static/lf4.css Tue Sep 28 15:01:54 2021 +0200 +++ b/static/lf4.css Wed Sep 29 16:09:42 2021 +0200 @@ -123,6 +123,10 @@ font-size: 18px; line-height: normal; } +.mdl-list__item .revoked .initiative_name { + text-decoration: line-through; +} + .initiatives.mdl-list { margin-top: 5px; margin-bottom: 5px;