X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2Fcalendar.html;fp=templates%2Fcalendar.html;h=42c821ae7a31de4bce3161e945cb3ec0b7919609;hb=8542cd471f1aeea1abbe0b237a94f7863fb12dd0;hp=46742624270f9c1c8b10a528c2af18d4f6a2cd32;hpb=d31168fca24980f4e5f996bc187ed773eb504629;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 4674262..42c821a 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -8,15 +8,19 @@ tr.week_row td { background-color: black; padding: 0; margin: 0; + border-top: 0.2em solid white; } tr.month_row td { - border: 0.1em solid black; - text-align: center; + border-top: 0.2em solid white; color: white; background-color: #555555; } +table { + width: 100%; +} tr.day_row td { background-color: #cccccc; + border-top: 0.2em solid white; } td.day_name { padding-right: 0.5em;