From fe5a1e23b3d62925c5cd2e1f48c6fd6e3e656e87 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 15 Mar 2006 09:59:28 +0000 Subject: [PATCH] Remove hardcoded box size for My Moodle --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index de74dbb4fb..75f0628d71 100644 --- a/course/lib.php +++ b/course/lib.php @@ -457,7 +457,7 @@ function print_overview($courses) { } foreach ($courses as $course) { - print_simple_box_start("center", '400', '', 5, "coursebox"); + print_simple_box_start('center', '100%', '', 5, "coursebox"); $linkcss = ''; if (empty($course->visible)) { $linkcss = 'class="dimmed"'; -- 2.39.5