summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-28 12:32:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-28 12:34:12 (GMT)
commite146fd8a5ab4ecd84e806a119581d8a52110ae1c (patch)
tree32a7acbe607efbaa815476c07315c667033af31e /www/styles/main-style.css
parentbc383a8390dc927611118c9c542289f1440f2348 (diff)
make the week badge in the clock a link to the week overview tool
Diffstat (limited to 'www/styles/main-style.css')
-rw-r--r--www/styles/main-style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index fa1ac98..a91562f 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -66,6 +66,11 @@ body {
margin: 0;
}
+#clock a:link { text-decoration: none; }
+#clock a:visited { text-decoration: none; }
+#clock a:hover { text-decoration: none; }
+#clock a:active { text-decoration: none; }
+
#clock span {
display:table;
margin:0 auto;