]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the ...
authorurs_hunkler <urs_hunkler>
Mon, 22 Oct 2007 10:36:30 +0000 (10:36 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 22 Oct 2007 10:36:30 +0000 (10:36 +0000)
theme/standard/styles_layout.css

index 086cceec228db2a3c93d6ff2cb9bfbd02c2327b0..bf2869c5ad8c358a540533a9f9b9987dc9e097bb 100644 (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;
 }