Changed <hr> widh of header.html.

Added <hr> to footer.html.
Changed color of "HOME" button.

Eloy, thanks for good suggestion.
This commit is contained in:
mits
2006-06-19 18:20:18 +00:00
parent 21bc85d65a
commit 71e367bd8a
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -16,6 +16,8 @@
</div>
<?php } ?>
<hr size="1" noshade="noshade" width="98%"/>
<?php echo $loggedinas ?>
<?php echo $homelink ?>
+1 -1
View File
@@ -39,7 +39,7 @@
</div>
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
?>
<hr size="1" noshade="noshade" />
<hr size="1" noshade="noshade" width="98%" />
<?php } ?>
<!-- END OF HEADER -->
<div id="content">
+2 -2
View File
@@ -193,8 +193,8 @@ table.formtable tbody th {
.homelink a:link,
.homelink a:visited,
.homelink a:hover {
background-color: #dddddd;
color: #000;
background-color: #FFFFFF;
color: #000066;
text-decoration: none;
}
.homelink a:link,