adding a div to help with css

This commit is contained in:
toyomoyo
2007-02-14 05:45:36 +00:00
parent 35d0244a37
commit 6463b3dea7
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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&amp;perpage=$perpage&");
+1
View File
@@ -1533,6 +1533,7 @@ body#course-view .headingblock {
margin-bottom: 9px;
}
body#course-category .courseboxes,
body#course-index .courseboxes {
padding:20px;
}