web/data/uiprops.py
changeset 10121 23af005426bf
parent 9661 c170ec8a4525
--- a/web/data/uiprops.py	Wed Nov 12 22:20:02 2014 +0100
+++ b/web/data/uiprops.py	Thu Dec 18 17:54:29 2014 +0100
@@ -2,8 +2,7 @@
 
 # CSS stylesheets to include systematically in HTML headers
 # use the following line if you *need* to keep the old stylesheet
-STYLESHEETS =       [data('cubicweb.reset.css'),
-                     data('cubicweb.css'), ]
+STYLESHEETS =       [data('cubicweb.css'), ]
 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
 STYLESHEETS_PRINT = [data('cubicweb.print.css')]