X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;ds=sidebyside;f=templates%2Fcalendar.html;h=f6208bbc79d08bdad6301480293d548d89a09923;hb=9e297373770305a915dbe987bf6fda02db704ec6;hp=832e03867614ef0aa08d7694dbfd4b325b8ac298;hpb=e51477ebea9fb701d88de85088b2fda1247c73a2;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 832e038..f6208bb 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,9 +1,52 @@ -{% 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 %} -