From af7a638618d9ecab726b29a04b40dc7512c8918a Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 26 Jan 2005 09:17:24 +0000 Subject: [PATCH] added CSS property to define the distance between the sideblocks, because I've deleted the hard coded distance (
) in weblib.php. --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a3792f9852..9b3478e4c4 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -347,6 +347,10 @@ table.message_search_results td { } /* sideblock */ +.sideblock { + margin-bottom:1em; +} + /* sideblock weblib.php */ #block_course_summary .sideblockmain { padding:10px; -- 2.39.5