added CSS property to define the distance between the sideblocks, because I've deleted the hard coded distance (<br />) in weblib.php.

This commit is contained in:
urs_hunkler 2005-01-26 09:17:24 +00:00
parent 3a3b5a4b0c
commit af7a638618

View File

@ -347,6 +347,10 @@ table.message_search_results td {
}
/* sideblock */
.sideblock {
margin-bottom:1em;
}
/* sideblock weblib.php */
#block_course_summary .sideblockmain {
padding:10px;