mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
'added space before styles_form to correct CSS loading'
This commit is contained in:
parent
eb476e4adb
commit
d345a18967
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user