Initial fix, Bug 5161 "Course format weekscss looks unfinished". Includes making CSS-selectors #course-view .section .side more specific (td.side).

This commit is contained in:
nfreear
2006-04-12 11:14:03 +00:00
parent cbc18ef9dc
commit d242c402d7
+2 -2
View File
@@ -81,8 +81,8 @@
}
/// Layout the whole page as three big columns.
echo '<div id="layout-table">';
/// Layout the whole page as three big columns (was, id="layout-table")
echo '<div class="weekscss-format">';
/// The left column ...