This commit is contained in:
Ross
2024-10-28 21:56:49 +00:00
parent a192157d81
commit 9f6740accb
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
{% endfor %} {% endfor %}
</ul> </ul>
<hr>
{% endfor %} {% endfor %}
+5
View File
@@ -71,6 +71,8 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
Item count: {{items.count}} Item count: {{items.count}}
</p> </p>
<hr>
{% endfor %} {% endfor %}
{% comment %} {% for condition in conditions %} {% comment %} {% for condition in conditions %}
@@ -142,6 +144,9 @@ Item count: {{items.count}}
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
} }
tr {
border-bottom: 1px dashed #ccc;
}
</style> </style>
{% endblock css %} {% endblock css %}