merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3.

This commit is contained in:
urs_hunkler
2007-10-22 10:36:30 +00:00
parent 317d5ddcb3
commit 86f7ba7f8d
+1 -2
View File
@@ -1,4 +1,3 @@
/* @override http://moodle18.userver.lan/theme/standard/styles_layout.css */
/*******************************************************************
styles_layout.css
@@ -632,7 +631,7 @@ form#adminsettings div.htmlarea {
/* form frozen */
div.mform div.fitem div.fstatic{
border-color : lightgrey;
border-color : #D3D3D3;
border-style : dashed;
border-width : thin;
}