X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Fcalendar.html;h=eae103d9929ccc061b6eff1d296ecf2767325e81;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=3acdbc6fc2205e67e0c4e514130e4e33ad292e66;hpb=af769db012fc0cf590b565c3368102b2f6099394;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 3acdbc6..eae103d 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,14 +1,50 @@ {% 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; +} +td.day_name { + padding-right: 0.5em; +} +{% endblock %} + + + {% block content %}
from to
-