Couple of clean ups.
This commit is contained in:
parent
27c94d4561
commit
638bea432e
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue