Tidied up Metal theme

This commit is contained in:
moodler
2006-10-30 02:58:56 +00:00
parent 1e35150951
commit fc5711d43c
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -38,3 +38,8 @@ div.header {
background-repeat: repeat;
background-attachment: scroll;
}
.breadcrumb .sep {
color:#999999;
}
+2 -2
View File
@@ -32,10 +32,10 @@
<?php } ?>
<div class="clearer">&nbsp;</div>
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
<table class="navbar"><tr><td>
<div class="navbar clearfix">
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
<div class="navbutton"><?php echo $button; ?></div>
</td></tr></table>
</div>
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
?>
<hr size="1" noshade="noshade" />