From: urs_hunkler Date: Mon, 18 Sep 2006 12:01:16 +0000 (+0000) Subject: 'merged from 1.6 - MDL-6020 - CSS changes to align text beside images' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aaf281d1ebacd28408b025cf2bde6af6d26dfd99;p=moodle.git 'merged from 1.6 - MDL-6020 - CSS changes to align text beside images' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0b26f08dbd..09620ef687 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -570,6 +570,16 @@ ul.list, ul.list li, ol.list, ol.list li { margin-top: 10px; } +.sideblock .icon { + display: block; + float: left; + margin-right: 0.3em; +} + +.sideblock .list li { + clear: left; +} + .blockconfigtable { margin-top: 0; }