adding a div to help with css
This commit is contained in:
@@ -249,7 +249,9 @@
|
||||
}
|
||||
|
||||
} else if ($numcourses <= COURSE_MAX_SUMMARIES_PER_PAGE and !$page and !$creatorediting) {
|
||||
print_box_start('courseboxes');
|
||||
print_courses($category);
|
||||
print_box_end();
|
||||
|
||||
} else {
|
||||
print_paging_bar($totalcount, $page, $perpage, "category.php?id=$category->id&perpage=$perpage&");
|
||||
|
||||
@@ -1533,6 +1533,7 @@ body#course-view .headingblock {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
body#course-category .courseboxes,
|
||||
body#course-index .courseboxes {
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user