From c9c031fc90eb74e3bf7ef215c41ee236f45b1147 Mon Sep 17 00:00:00 2001 From: stabijoh Date: Tue, 3 May 2011 07:06:55 -0400 Subject: [PATCH] MDL-25477 fix for Anomoly theme doesn't display bullets for unordered lists in descriptions or labels --- theme/anomaly/style/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/anomaly/style/general.css b/theme/anomaly/style/general.css index 4a7a2a36fb4..90801237d8b 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -29,7 +29,7 @@ html, body {background-color:#C8C9C7;} .coursebox .info {width:35%;float:left;} .coursebox .summary {width:60%;float:right;} -.course-content ul {margin:0;} +.course-content ul.section {margin:0;} .course-content .headingblock.outline {margin-top:0;} .course-content .section.main {border:1px solid #E3E3E3;margin-bottom:10px;} .course-content .section.main .left.side {float:left;width:20px;padding:5px;}