Couple of clean ups.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-09 18:39:49 +01:00
commit 638bea432e
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -10,5 +10,5 @@
<meta name="keywords" content="<?php print ($keywords); ?>">
<meta name="google-site-verification" content="NrTA5svYU1fXFm6RMVkVvsCXF84mkwfKTckHfsTUyVM">
<meta name="msvalidate.01" content="9E9AFC7E738EB5E9FF87F0EEBE1BDE8A">
<?php print ("<title>" . $titleprefix . $title . "</title>" . "\n"); ?>
<title><?php print ($titleprefix . $title); ?></title>
</head>

View file

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