]> git.mjollnir.org Git - moodle.git/commitdiff
Slight changes
authormoodler <moodler>
Mon, 9 Dec 2002 07:45:45 +0000 (07:45 +0000)
committermoodler <moodler>
Mon, 9 Dec 2002 07:45:45 +0000 (07:45 +0000)
doc/release.html
index.php
theme/standard/config.php

index 3cddb3199c1934c1b6cba8d7da9457122873fd88..277891bd8bf3f386308fa60588672ccc7319e4d2 100644 (file)
      new versions of PHP (4.3.0).</DD>
 
 <DT> Layout improvements</DT>
-<DD> Improved interface when courses are on front page and there is more than one category.
+<DD> Cleaned up the display of "side boxes" and added CSS style control over 
+     more elements on the site and course pages.  The interface when 
+     courses are on front page and there is more than one category has 
+     been improved (no longer just shows short course names).
+     
      </DD>
 
 <DT> Class interface</DT>
index c885cd9d5c0c5281dec50196f6b538f21a7ef8cb..59676e586c6624d7b6491576b6459a67b50ac461 100644 (file)
--- a/index.php
+++ b/index.php
          $site->summary .= "<BR><CENTER><A HREF=\"admin/site.php\"><IMG SRC=\"pix/i/edit.gif\" BORDER=0></A>";
      }
 
-     print_simple_box($site->summary, "", "100%", $THEME->cellheading);
+     print_simple_box($site->summary, "", "100%", $THEME->cellcontent2);
      print_spacer(1,$side);
      echo "</TD>";
   ?>
index e6b1f57d3d5483b7b8ad13ffd55c01c0a5e33e3c..0de3ab15032f98ff1f846ce6d128febce6f3aa16 100644 (file)
@@ -4,7 +4,7 @@ $THEME->body         = "#FFEECE";  // Main page color
 $THEME->cellheading  = "#FFD991";  // Standard headings of big tables
 $THEME->cellheading2 = "#FFB62D";  // Highlight headings of tables
 $THEME->cellcontent  = "#FFFFFF";  // For areas with text
-$THEME->cellcontent2 = "#FFEECE";  // Alternate colour
+$THEME->cellcontent2 = "#FEE6B9";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 
 ?>