Changement visuel sur caldav_vhc et caldav_task

This commit is contained in:
Ambulance Clerc
2022-07-29 18:12:08 +02:00
parent 8833c2d2a7
commit 1b8b0b16d1
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
{{task.str_start_time}} - {{task.str_end_time}}<br>
</td>
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<td style="{% if task.done %}text-decoration:line-through;{% endif %}vertical-align: top;">
<span style="font-weight: bold;">{{task.name}}</span><br>
{{task.desc}}
</td>