From 638bea432eebf666b6b8ed9348bc5aa5daaa5880 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 9 Aug 2024 18:39:49 +0100 Subject: [PATCH] Couple of clean ups. --- html/dark.css | 2 +- html/includes/head.php | 2 +- html/light.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/dark.css b/html/dark.css index 03c5b25..e662153 100644 --- a/html/dark.css +++ b/html/dark.css @@ -8,7 +8,6 @@ a:visited { text-decoration: none; } - a:hover { text-decoration: underline; } @@ -60,6 +59,7 @@ td { padding-top: 5px; } + .bold { font-weight: bold; } diff --git a/html/includes/head.php b/html/includes/head.php index ba86a77..f0f92a0 100644 --- a/html/includes/head.php +++ b/html/includes/head.php @@ -10,5 +10,5 @@ - " . $titleprefix . $title . "" . "\n"); ?> + <?php print ($titleprefix . $title); ?> diff --git a/html/light.css b/html/light.css index 6730829..3eacc09 100644 --- a/html/light.css +++ b/html/light.css @@ -8,7 +8,6 @@ a:visited { text-decoration: none; } - a:hover { text-decoration: underline; } @@ -60,6 +59,7 @@ td { padding-top: 5px; } + .bold { font-weight: bold; }