Skip to content

Commit

Permalink
Remove hardcoded box size for My Moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 15, 2006
1 parent 9cba7a8 commit fe5a1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"';
Expand Down

0 comments on commit fe5a1e2

Please sign in to comment.