X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fcalendar.html;h=eae103d9929ccc061b6eff1d296ecf2767325e81;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=715131af6de410b266fa71c0f29743cebeb74f19;hpb=ec2996e0036ceec72a1be79cea1166c4ab116582;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 715131a..eae103d 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,8 +1,19 @@ {% extends 'base.html' %} {% block css %} -tr.week_row td { height: 0.1em; background-color: black; padding: 0; margin: 0; } -tr.month_row td { border: 0.1em solid black; text-align: center; } +tr.week_row td { + height: 0.1em; + background-color: black; + padding: 0; + margin: 0; +} +tr.month_row td { + border: 0.1em solid black; + text-align: center; +} +td.day_name { + padding-right: 0.5em; +} {% endblock %} @@ -29,7 +40,7 @@ to {% endif %} -{{day.weekday|truncate(2,True,'',0)}} +{{day.weekday|truncate(2,True,'',0)}} {{day.date}} {{day.comment|e}}