From: gustav_delius Date: Tue, 27 Jul 2004 07:42:14 +0000 (+0000) Subject: removed non-standard line-endings, see http://moodle.org/mod/forum/discuss.php?d... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe4bc8337d99ad40218f106c586bfc554a625c43;p=moodle.git removed non-standard line-endings, see http://moodle.org/mod/forum/discuss.php?d=10369. --- diff --git a/theme/formal_white/config.php b/theme/formal_white/config.php index 4ab2c05840..d5da88e520 100644 --- a/theme/formal_white/config.php +++ b/theme/formal_white/config.php @@ -1,18 +1 @@ -body = "#F7F6F1"; // Main page color -$THEME->cellheading = "#C6BDA8"; // Standard headings of big tables -$THEME->cellheading2 = "#849DBC"; // Highlight headings of tables -$THEME->cellcontent = "#FFFFFF"; // For areas with text -$THEME->cellcontent2 = "#C6BDA8"; // Alternate colour -$THEME->borders = "#C6BDA8"; // Table borders -$THEME->highlight = "#849DBC"; // Highlighted text (eg after a search) -$THEME->hidden = "#979EA8"; // To color things that are hidden -$THEME->autolink = "#FEF9F6"; // To color auto-generated links (eg glossary) - -$THEME->custompix = false; // If true, then this theme must have a "pix" - // subdirectory that contains copies of all - // files from the moodle/pix directory - // See "cordoroyblue" for an up-to-date example. - -?> +body = "#F7F6F1"; // Main page color $THEME->cellheading = "#C6BDA8"; // Standard headings of big tables $THEME->cellheading2 = "#849DBC"; // Highlight headings of tables $THEME->cellcontent = "#FFFFFF"; // For areas with text $THEME->cellcontent2 = "#C6BDA8"; // Alternate colour $THEME->borders = "#C6BDA8"; // Table borders $THEME->highlight = "#849DBC"; // Highlighted text (eg after a search) $THEME->hidden = "#979EA8"; // To color things that are hidden $THEME->autolink = "#FEF9F6"; // To color auto-generated links (eg glossary) $THEME->custompix = false; // If true, then this theme must have a "pix" // subdirectory that contains copies of all // files from the moodle/pix directory // See "cordoroyblue" for an up-to-date example. ?> \ No newline at end of file