]> git.mjollnir.org Git - moodle.git/commitdiff
Changed <hr> widh of header.html.
authormits <mits>
Mon, 19 Jun 2006 18:20:18 +0000 (18:20 +0000)
committermits <mits>
Mon, 19 Jun 2006 18:20:18 +0000 (18:20 +0000)
Added <hr> to footer.html.
Changed color of "HOME" button.

Eloy, thanks for good suggestion.

theme/oceanblue/footer.html
theme/oceanblue/header.html
theme/oceanblue/styles_color.css

index ece17ef8c2007c0b4e2f329c21ac65a7ca608725..887c2c50a245258953938c0cadcd4e6d150d78d1 100644 (file)
@@ -16,6 +16,8 @@
     </div>
 <?php } ?>
 
+<hr size="1" noshade="noshade" width="98%"/>
+
 <?php echo $loggedinas ?>
 <?php echo $homelink ?>
 
index 9ad45ffe698b8159b2c76496bd207921e7916dc0..637f22b2e709dcdc4bc72273b194e59e9567c036 100644 (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">
index a187865c81d46b656f0dea0a8ea8847a4ee0b11b..c9d9bd49bac131f8f06a186f0eb1b9c6619e6ae6 100644 (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,