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:
parent
19e17a33c5
commit
30d2f1c7eb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue