From 867354f9aec335cc08bbaff30d50ffd2daa62eda Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 22 Oct 2007 10:35:08 +0000 Subject: [PATCH] CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3. --- theme/standard/styles_layout.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8fef17d5227..43a2d5252ef 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; }