From: urs_hunkler Date: Sun, 23 Apr 2006 07:14:45 +0000 (+0000) Subject: removed invalid css property X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ffdf8977c9be767ef6f87e003a779b661a57045e;p=moodle.git removed invalid css property --- diff --git a/theme/chameleon/ui/chameleon_ui.css b/theme/chameleon/ui/chameleon_ui.css index a2d38119d5..2d859a61ec 100644 --- a/theme/chameleon/ui/chameleon_ui.css +++ b/theme/chameleon/ui/chameleon_ui.css @@ -52,7 +52,7 @@ inherited by the user interface */ #chameleon-color-box #chameleon-color-box-handle, #chameleon-file-box #chameleon-file-box-handle, #chameleon-export-box #chameleon-export-box-handle { - width: 100% !important; min-height: 20px !important; _height: 20px !important; + width: 100% !important; min-height: 20px !important; height: 20px !important; background: #ddd !important; }