diff --git a/Elwig/Documents/DeliveryJournal.cshtml b/Elwig/Documents/DeliveryJournal.cshtml index 349a9bf..cc6c8df 100644 --- a/Elwig/Documents/DeliveryJournal.cshtml +++ b/Elwig/Documents/DeliveryJournal.cshtml @@ -25,7 +25,8 @@ <th rowspan="2" class="narrow">Pos.</th> <th rowspan="2">Datum</th> <th rowspan="2">Zeit</th> - <th colspan="2" rowspan="2" style="text-align: left;">Mitglied</th> + <th rowspan="2">MgNr.</th> + <th rowspan="2" style="text-align: left;">Mitglied</th> <th rowspan="2" style="text-align: left;">Sorte</th> <th colspan="2">Gradation</th> <th>Gewicht</th> diff --git a/Elwig/Documents/DeliveryJournal.css b/Elwig/Documents/DeliveryJournal.css index be6327a..f0d3b56 100644 --- a/Elwig/Documents/DeliveryJournal.css +++ b/Elwig/Documents/DeliveryJournal.css @@ -2,6 +2,7 @@ h1 { text-align: center; font-size: 24pt; + margin-top: 10mm; margin-bottom: 2mm; }