From c4cda2a4b661b41e08f2a3666cfaf4fc6329a75b Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 1 Mar 2007 05:52:31 +0000 Subject: [PATCH] Merged Urs changes to 1.8 that were not merged to head before MDL-8657 --- theme/standard/styles_layout.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 { -- 2.39.5