From: nfreear Date: Wed, 12 Apr 2006 11:14:03 +0000 (+0000) Subject: Initial fix, Bug 5161 "Course format weekscss looks unfinished". Includes making... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d242c402d732091a8bbe400608fdaaa306625ddd;p=moodle.git Initial fix, Bug 5161 "Course format weekscss looks unfinished". Includes making CSS-selectors #course-view .section .side more specific (td.side). --- 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 ...