equal
deleted
inserted
replaced
1 """define default ui properties""" |
1 """define default ui properties""" |
2 |
2 |
3 # CSS stylesheets to include systematically in HTML headers |
3 # CSS stylesheets to include systematically in HTML headers |
4 # use the following line if you *need* to keep the old stylesheet |
4 # use the following line if you *need* to keep the old stylesheet |
5 STYLESHEETS = [data('cubicweb.reset.css'), |
5 STYLESHEETS = [data('cubicweb.css'), ] |
6 data('cubicweb.css'), ] |
|
7 STYLESHEETS_IE = [data('cubicweb.ie.css')] |
6 STYLESHEETS_IE = [data('cubicweb.ie.css')] |
8 STYLESHEETS_PRINT = [data('cubicweb.print.css')] |
7 STYLESHEETS_PRINT = [data('cubicweb.print.css')] |
9 |
8 |
10 # Javascripts files to include systematically in HTML headers |
9 # Javascripts files to include systematically in HTML headers |
11 JAVASCRIPTS = [data('jquery.js'), |
10 JAVASCRIPTS = [data('jquery.js'), |