From: urs_hunkler <urs_hunkler>
Date: Mon, 22 Oct 2007 10:36:30 +0000 (+0000)
Subject: merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the ... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=86f7ba7f8d480a668e2f19c70e6694ebc80bacd1;p=moodle.git

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

diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css
index 086cceec22..bf2869c5ad 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;
 }