From 10c70e89f61e8964fcee035efea4a3a66ffb531b Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 12 Mar 2024 18:28:13 +0100 Subject: [PATCH] Remove 'ticker', deprecated since 1da1785e4649edc9f9fa533e9c8629c1b4388f16 --- inc/ticker.php | 35 ----------------------------------- www/css/landing.css | 10 ---------- 2 files changed, 45 deletions(-) delete mode 100644 inc/ticker.php diff --git a/inc/ticker.php b/inc/ticker.php deleted file mode 100644 index 55cd64f..0000000 --- a/inc/ticker.php +++ /dev/null @@ -1,35 +0,0 @@ - \ No newline at end of file diff --git a/www/css/landing.css b/www/css/landing.css index f0b1ea9..35734c2 100644 --- a/www/css/landing.css +++ b/www/css/landing.css @@ -88,16 +88,6 @@ img.float-right { } .calendar-events a, -#ticker a { - text-decoration: none; - font-weight: bold; - color: black; -} - -.calendar-events a:hover, -#ticker a:hover { - text-decoration: underline; -} .calendar-events ul .time { color: rgba(0, 0, 0, 0.5);