From e146fd8a5ab4ecd84e806a119581d8a52110ae1c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 28 Sep 2016 14:32:28 +0200 Subject: make the week badge in the clock a link to the week overview tool diff --git a/www/index.html b/www/index.html index a89684f..288765e 100644 --- a/www/index.html +++ b/www/index.html @@ -212,7 +212,7 @@
- +
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; -- cgit v0.10.2