From 89244e45ca215bb6fd8639bfd373e3e0974c287c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Dec 2013 13:07:51 +0100 Subject: [PATCH] minor tweaks --- plugins/querytable/static/css/querytable.css | 6 ------ trash/simpleview.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/querytable/static/css/querytable.css b/plugins/querytable/static/css/querytable.css index 0ac0055e..b7712944 100644 --- a/plugins/querytable/static/css/querytable.css +++ b/plugins/querytable/static/css/querytable.css @@ -5,9 +5,3 @@ div.querytable { width: 100%; height: 400px; } - -div.querytable { - font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - color: #4f6b72; -} - diff --git a/trash/simpleview.py b/trash/simpleview.py index 45dd2d80..62150ebf 100644 --- a/trash/simpleview.py +++ b/trash/simpleview.py @@ -66,7 +66,7 @@ class SimpleView (TemplateView): template_env [ 'unfold_main' ] = resources_as_list.render(request) # more general variables expected in the template - template_env [ 'title' ] = '%(slicename)s'%locals() + template_env [ 'title' ] = 'simple %(slicename)s'%locals() # the menu items on the top template_env [ 'topmenu_items' ] = topmenu_items('Slice', request) # so we can sho who is logged -- 2.43.0