Improve appareance and set Light as the default theme

This commit is contained in:
Dany De Bontridder 2014-03-06 22:09:01 +01:00
parent 608967f0b6
commit 261d9ffde7
3 changed files with 11 additions and 12 deletions

View file

@ -1,8 +1,7 @@
begin;
update theme set the_name='Mandarine' ,the_filestyle='style-mandarine.css' where the_name='Colored';
update theme set the_name='Mobile' ,the_filestyle='style-mobile.css' where the_name='EPad';
update user_global_pref set parameter_value='Mandarine' where parameter_value='Colored';
update user_global_pref set parameter_value='Mobile' where parameter_value='EPad';
update user_global_pref set parameter_value='Light' where parameter_type='THEME';
update theme set the_filestyle='style-classic.css' where the_filestyle='style.css';
update version set val=15;
commit;