]> git.mjollnir.org Git - moodle.git/commitdiff
Reduced size of table cells ... might need to work on editing buttons
authormoodler <moodler>
Sun, 14 Sep 2003 17:20:40 +0000 (17:20 +0000)
committermoodler <moodler>
Sun, 14 Sep 2003 17:20:40 +0000 (17:20 +0000)
course/lib.php

index 67dab8fe9c5e48eb871b1b3c3402c5081dcc06c8..0eb69fc674c8707b913a129ea9d537a912f67e2c 100644 (file)
@@ -609,7 +609,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
 
     $modinfo = unserialize($course->modinfo);
 
-    echo "<table width=\"$width\" cellpadding=3 cellspacing=0>\n";
+    echo "<table width=\"$width\" cellpadding=1 cellspacing=0>\n";
     if (!empty($section->sequence)) {
 
         $sectionmods = explode(",", $section->sequence);