]> git.mjollnir.org Git - moodle.git/commitdiff
Merged metal fixes from stable
authormoodler <moodler>
Mon, 30 Oct 2006 03:01:49 +0000 (03:01 +0000)
committermoodler <moodler>
Mon, 30 Oct 2006 03:01:49 +0000 (03:01 +0000)
theme/metal/gradients.css
theme/metal/header.html

index 07fa60a41a4cddc3d3fb56a50f4138308d3e15f9..4f3cf457d3e496f80d086461d284c7bbdab9b241 100755 (executable)
@@ -38,3 +38,8 @@ div.header {
   background-repeat: repeat;
   background-attachment: scroll;
 }
+
+.breadcrumb .sep {
+  color:#999999;
+}
+   
index 292c09f6cb9fa8e158c7364785a04913cde2ef7a..a6aee9c6bf00c8721c66c371067ca3e72bcab8d1 100644 (file)
 <?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" />