]> gitweb.hhaalo.de Git - calender.git/commitdiff
change: style of month end end begin develop master
authorBastian Dehn <hhaalo@arcor.de>
Sat, 18 Dec 2021 21:07:47 +0000 (22:07 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 18 Dec 2021 21:07:47 +0000 (22:07 +0100)
cal.css

diff --git a/cal.css b/cal.css
index 4e4c6c39672569fd575fe76feec191f8d9f4f8d5..5d5fa21baf6ca73b00637480361d18ca53b41174 100644 (file)
--- a/cal.css
+++ b/cal.css
@@ -4,7 +4,7 @@ table {
 
 table th {
        padding: 0.5em;
-       border: solid 1px black;
+       border: solid 0.0125em black;
 }
 
 table .row.month {
@@ -12,6 +12,11 @@ table .row.month {
        background-color: gray;
 }
 
+table .row.month th {
+       border-left: solid 0.2em black;
+       border-right: solid 0.2em black;
+}
+
 table .row.monthday {
        background-color: lightgray;
 }
@@ -23,3 +28,7 @@ table .row.weekday {
 table .weekend {
        background-color: lightyellow;
 }
+
+table th.last {
+       border-right: solid 0.2em black;
+}