]> git.mjollnir.org Git - moodle.git/commitdiff
'merged from 1.6 - MDL-6020 - CSS changes to align text beside images'
authorurs_hunkler <urs_hunkler>
Mon, 18 Sep 2006 12:01:16 +0000 (12:01 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 18 Sep 2006 12:01:16 +0000 (12:01 +0000)
theme/standard/styles_layout.css

index 0b26f08dbd3e7eea321fa63a8f0721ae156a230e..09620ef687d1386a7e5f7c7e81d8d402b0340586 100644 (file)
@@ -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;
 }