aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-16 23:23:30 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-16 23:23:30 +0200
commit82cd952aa2a8ef2ef83f8d4080d8ca124d3cc31c (patch)
treebbcdb6b57d770d7ea577025ff0098adf8ee7578b /static
parentAdd datetime functions for working with week numbers. (diff)
downloadcalp-82cd952aa2a8ef2ef83f8d4080d8ca124d3cc31c.tar.gz
calp-82cd952aa2a8ef2ef83f8d4080d8ca124d3cc31c.tar.xz
Add week numbers to HTML small calendar.
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 2bf4d125..7028a785 100644
--- a/static/style.css
+++ b/static/style.css
@@ -199,6 +199,10 @@ Each event within the eventlist
border-bottom: 1px solid black;
}
+.small-calendar td:nth-child(1) {
+ border-right: 1px solid black;
+}
+
.small-calendar .prev,
.small-calendar .next {
color: grey;