From aaf281d1ebacd28408b025cf2bde6af6d26dfd99 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 18 Sep 2006 12:01:16 +0000 Subject: [PATCH] 'merged from 1.6 - MDL-6020 - CSS changes to align text beside images' --- theme/standard/styles_layout.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; } -- 2.39.5