diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-12-03 02:51:16 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-12-03 02:51:16 (GMT) |
commit | 4c2e1606be628ab03dbb50225c0c2cb8789f1118 (patch) | |
tree | 479ce90a9e148982149455f0e32f1c1e5c3a7a36 | |
parent | 9f060486e3d6189674a21f9aa8f0e8d8ab991489 (diff) |
remove underline from week link
-rw-r--r-- | www/styles/clock.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/styles/clock.css b/www/styles/clock.css index 9b028e2..449b19a 100644 --- a/www/styles/clock.css +++ b/www/styles/clock.css @@ -28,6 +28,10 @@ margin: 0; } +#clock a { + text-decoration: none; +} + #clock span { display:table; margin:0 auto; |