DeliveryConfirmation: fix tables

This commit is contained in:
2023-10-17 22:56:21 +02:00
parent c4dd56075d
commit 45fc0893b1
2 changed files with 35 additions and 19 deletions

View File

@ -106,3 +106,8 @@ table.delivery-confirmation-stats tbody th {
font-style: italic;
text-align: left;
}
table.delivery-confirmation-stats tr.subheading th {
font-weight: bold;
border-top: 0.5pt solid black;
}