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; }