aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-10 22:52:14 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-10 22:52:14 +0100
commit633610d8117d744c4528024042d5a64beee0ca1c (patch)
tree82f6b2ef96b05584c1ca86fc0f34a09f1132c1f5 /static
parentHTML Add list of calendars. (diff)
downloadcalp-633610d8117d744c4528024042d5a64beee0ca1c.tar.gz
calp-633610d8117d744c4528024042d5a64beee0ca1c.tar.xz
Remove red colouring of last day in week, since that might not be sunday.
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index 59d94f89..2db25af2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -32,10 +32,6 @@ body {
padding: 5px;
}
-.small-calendar td:nth-child(7).cur {
- color: red;
-}
-
.calendarlist li {
list-style-type: none;
border-left-width: 1em;