diff options
Diffstat (limited to 'www')
-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; |