use common/standard print.css for blueprint-based skins (instead of blueprint's print.css)

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4075 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-11-15 16:13:41 +00:00
parent 19e17a33c5
commit 30d2f1c7eb

View file

@ -39,7 +39,7 @@ class Controller(BaseController):
macros = self.macros
presentationMode = self.request.get('liquid.viewmode') == 'presentation'
params = [('blue/blue8.css', 'all', 20, False),
('blue/blueprint/print.css', 'print', 25, False),
('print.css', 'print', 25, False),
('blue/blueprint/ie.css', 'all', 30, True),
('custom.css', 'all', 100, False)]
#if presentationMode: