From e80e9f20d4187b06cfb71c0c5332157c4b6778fa Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 18 Apr 2006 11:02:21 +0000 Subject: [PATCH] Clean up code (Bugs 5027, 5161), 'weekscss' course format. --- theme/standard/styles_layout.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d78c935d94..75b71aa92b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -929,13 +929,15 @@ span.current { .weekscss-format #middle-column { margin: 0 12.5em 0 12.5em; } +.weekscss-format #left-column, +.weekscss-format #right-column { + width: 11.5em; +} .weekscss-format #left-column { float: left; - width: 11.5em; } .weekscss-format #right-column { float: right; - width: 11.5em; } .weekscss li.section { margin-bottom: 0.5em; -- 2.39.5