From 40698053fafe663b66f95b766838be866e69f980 Mon Sep 17 00:00:00 2001
From: martin <martin>
Date: Sat, 3 Aug 2002 08:33:18 +0000
Subject: [PATCH] Adjusted sizes of front page columns

---
 index.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.php b/index.php
index 7dc5e3719b..b6b3aa1ccb 100644
--- a/index.php
+++ b/index.php
@@ -25,7 +25,7 @@
 
 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
   <TR>
-    <TD VALIGN="TOP" NOWRAP>
+    <TD WIDTH="20%" VALIGN="TOP" NOWRAP>
       <? 
 
          $sections = get_all_sections($site->id);
@@ -76,7 +76,7 @@
 
     </TD>
 
-    <TD WIDTH="70%" VALIGN="TOP">
+    <TD WIDTH="60%" VALIGN="TOP">
       <? if ($site->newsitems == 0 ) {
              print_simple_box(get_string("availablecourses"), "CENTER", "100%", "$THEME->cellheading");
              echo "<IMG HEIGHT=8 SRC=\"pix/spacer.gif\" ALT=\"\"><BR>";
@@ -109,7 +109,7 @@
       ?>
 
     </TD>
-    <TD WIDTH="30%" VALIGN="TOP"> 
+    <TD WIDTH="20%" VALIGN="TOP"> 
       <? 
          if (isediting($site->id)) {
              $site->summary .= "<BR><CENTER><A HREF=\"admin/site.php\"><IMG SRC=\"pix/i/edit.gif\" BORDER=0></A>";
-- 
2.39.5