From: urs_hunkler Date: Wed, 26 Jan 2005 09:17:24 +0000 (+0000) Subject: added CSS property to define the distance between the sideblocks, because I've delete... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=af7a638618d9ecab726b29a04b40dc7512c8918a;p=moodle.git added CSS property to define the distance between the sideblocks, because I've deleted the hard coded distance (
) in weblib.php. --- 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;