fix location of IE-specific stylesheet
This commit is contained in:
parent
e9fedc542e
commit
8ebb1dc46d
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2010 Helmut Merz helmutm@cy55.de
|
||||
# Copyright (c) 2011 Helmut Merz helmutm@cy55.de
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -18,8 +18,6 @@
|
|||
|
||||
"""
|
||||
View controller for the Lobo skin.
|
||||
|
||||
$Id$
|
||||
"""
|
||||
|
||||
from cybertools.browser.controller import Controller as BaseController
|
||||
|
@ -40,7 +38,7 @@ class Controller(BaseController):
|
|||
presentationMode = self.request.get('liquid.viewmode') == 'presentation'
|
||||
params = [('blue/blue8.css', 'all', 20, False),
|
||||
('print.css', 'print', 25, False),
|
||||
('blue/blueprint/ie.css', 'all', 30, True),
|
||||
('blue/ie.css', 'all', 30, True),
|
||||
('custom.css', 'all', 100, False)]
|
||||
#if presentationMode:
|
||||
# params.append(('presentation.css', 'all', 30, False))
|
||||
|
|
Loading…
Add table
Reference in a new issue