removed invalid css property

This commit is contained in:
urs_hunkler 2006-04-23 07:14:45 +00:00
parent 6c3d3b0a97
commit ffdf8977c9

View File

@ -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;
}