]> git.mjollnir.org Git - moodle.git/commitdiff
added CSS property to define the distance between the sideblocks, because I've delete...
authorurs_hunkler <urs_hunkler>
Wed, 26 Jan 2005 09:17:24 +0000 (09:17 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 26 Jan 2005 09:17:24 +0000 (09:17 +0000)
theme/standard/styles_layout.css

index a3792f9852747bb9c4bdf29ecaad2f74fa7baea7..9b3478e4c4cd46645b3acbd1c438b8064781b059 100644 (file)
@@ -347,6 +347,10 @@ table.message_search_results td {
 }
 
 /* sideblock */
+.sideblock {
+    margin-bottom:1em;
+}
+
 /* sideblock weblib.php */
 #block_course_summary .sideblockmain {
     padding:10px;