strike id instead of adding a check mark in listings

This commit is contained in:
Frédéric Péters 2015-08-31 08:55:35 +02:00
parent 96943295c4
commit c9896e777d
1 changed files with 4 additions and 1 deletions

View File

@ -264,7 +264,10 @@ pre.format-patch-description {
max-width: 90ex;
}
table.list.issues tr.status-3 td.id:before,
table.related-issues td a.status-3:before { /* resolved (to deploy) */
content: "✔ ";
}
table.list.issues tr.status-3 td.id {
text-decoration: line-through;
}