From abae2c2bb3dc8b7f665e73087250876ead125661 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sun, 1 Jun 2014 11:06:46 +0200 Subject: [PATCH] put printer settings at end --- browser/blue/controller.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/blue/controller.py b/browser/blue/controller.py index b678076..0df524a 100644 --- a/browser/blue/controller.py +++ b/browser/blue/controller.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2011 Helmut Merz helmutm@cy55.de +# Copyright (c) 2014 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 @@ -37,9 +37,9 @@ class Controller(BaseController): macros = self.macros presentationMode = self.request.get('liquid.viewmode') == 'presentation' params = [('blue/blue8.css', 'all', 20, False), - ('print.css', 'print', 25, False), ('blue/ie.css', 'all', 30, True), - ('custom.css', 'all', 100, False)] + ('custom.css', 'all', 100, False), + ('print.css', 'print', 200, False),] #if presentationMode: # params.append(('presentation.css', 'all', 30, False)) for id, media, prio, ie in params: