]> git.mjollnir.org Git - moodle.git/commitdiff
'added space before styles_form to correct CSS loading'
authorurs_hunkler <urs_hunkler>
Tue, 26 Sep 2006 13:48:00 +0000 (13:48 +0000)
committerurs_hunkler <urs_hunkler>
Tue, 26 Sep 2006 13:48:00 +0000 (13:48 +0000)
theme/standard/config.php

index 473b6aa0120fd18bb08b8795ca10f82208f0ec59..2850dcbb1e4b1e291dc6ad75c5be3aec91dcab82 100644 (file)
@@ -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