From 86224d8b4cec767be242c7916a296043aa16f643 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Tue, 26 Aug 2008 09:42:16 +0000 Subject: [PATCH] MDL-16190: Completion icons don't show on IE6 --- theme/standard/styles_ie6.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 330003b9c9..4be04d2883 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -63,4 +63,7 @@ form.mform textarea { display:inline-block; padding-left:2px; } +#course-view li.activity { + height:0; +} -- 2.39.5