Documents: Add .bold for tables

This commit is contained in:
2023-12-22 19:48:13 +01:00
parent b9a2893d80
commit c836b45920
6 changed files with 10 additions and 6 deletions

View File

@ -63,7 +63,7 @@
}
}
@if (Model.Delivery.Parts.Count() > 1) {
<tr class="main sum">
<tr class="main sum bold">
<td colspan="6">Gesamt:</td>
<td class="center">@($"{Model.Delivery.Oe:N0}")</td>
<td class="center">@($"{Model.Delivery.Kmw:N1}")</td>