From d242c402d732091a8bbe400608fdaaa306625ddd Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 12 Apr 2006 11:14:03 +0000 Subject: [PATCH] Initial fix, Bug 5161 "Course format weekscss looks unfinished". Includes making CSS-selectors #course-view .section .side more specific (td.side). --- course/format/weekscss/format.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 12d44ba492..838d9cbe2c 100644 --- a/course/format/weekscss/format.php +++ b/course/format/weekscss/format.php @@ -81,8 +81,8 @@ } -/// Layout the whole page as three big columns. - echo '
'; +/// Layout the whole page as three big columns (was, id="layout-table") + echo '
'; /// The left column ... -- 2.39.5