X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fcalendar.html;h=d7ec545bf3eb075b19cdce76d1fd7f9a7a9cf55d;hb=d7b039106e74a250d343ab036fdf90ad1a27eb3f;hp=0b7197fd526b171c81d112171abf83f69fb9b354;hpb=bf8b491d50379772879f1cc9cbe6846fe50ce63b;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 0b7197f..d7ec545 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,9 +1,65 @@ -{% 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; +} +td.today { + font-weight: bold; +} +{% endblock %} + + {% block content %} -