From: urs_hunkler Date: Tue, 26 Sep 2006 13:48:00 +0000 (+0000) Subject: 'added space before styles_form to correct CSS loading' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d345a1896760c3e6b0fae7a805a14db176ae2257;p=moodle.git 'added space before styles_form to correct CSS loading' --- diff --git a/theme/standard/config.php b/theme/standard/config.php index 473b6aa012..2850dcbb1e 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color','styles_form'); +$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_form'); /// This variable is an array containing the names of all the /// stylesheet files you want included in this theme, and in what order