From: moodler Date: Thu, 1 Mar 2007 05:52:31 +0000 (+0000) Subject: Merged Urs changes to 1.8 that were not merged to head before MDL-8657 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4cda2a4b661b41e08f2a3666cfaf4fc6329a75b;p=moodle.git Merged Urs changes to 1.8 that were not merged to head before MDL-8657 --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index e1c50bbf13..3dd5ded91d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1046,7 +1046,14 @@ a.skip-block, .skip-block { margin:0px; margin-right:4px; padding:0px; - display:inline; +} + +.sideblock div.column.c0 { + float: left; +} + +.sideblock div.column.c1 { + display: inline; } .sideblock .content .c0 img.icon { @@ -1061,8 +1068,10 @@ a.skip-block, .skip-block { .sideblock .content .list { width: 100%; - margin:0px; - padding:0px; +} + +.sideblock .content .list li { + clear: left; } .sideblock .content .inline-list li {