]> git.mjollnir.org Git - moodle.git/commitdiff
Tweaking layout
authormartin <martin>
Mon, 10 Jun 2002 13:40:31 +0000 (13:40 +0000)
committermartin <martin>
Mon, 10 Jun 2002 13:40:31 +0000 (13:40 +0000)
index.php

index 6c2578ccde223145ce3381dc473456b17b972aca..49cd89c1beffffec4b2f4f50cf82b52931c09a3a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@
 
 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
   <TR>
-    <TD WIDTH="10%" VALIGN="TOP" NOWRAP>
+    <TD VALIGN="TOP" NOWRAP>
       <? $readings = list_all_readings();
       
          if ($site->format > 0 or $readings or $USER->editing) {
@@ -52,7 +52,7 @@
 
     </TD>
 
-    <TD WIDTH="55%" VALIGN="TOP">
+    <TD WIDTH="70%" VALIGN="TOP">
       <? if ($site->format == 0 ) {
              print_simple_box("Available Courses", $align="CENTER", $width="100%", $color="$THEME->cellheading");
              echo "<IMG HEIGHT=8 SRC=\"pix/spacer.gif\" ALT=\"\"><BR>";