X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=blobdiff_plain;f=templates%2Fcalendar.html;h=f6208bbc79d08bdad6301480293d548d89a09923;hb=53f151ef577dd8115e72d38a8991ad77c75f7e59;hp=3acdbc6fc2205e67e0c4e514130e4e33ad292e66;hpb=af769db012fc0cf590b565c3368102b2f6099394;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 3acdbc6..f6208bb 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,4 +1,24 @@ -{% extends 'base.html' %} +{% 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 %}
@@ -6,9 +26,27 @@ from to
-