From: Scott Baker Date: Wed, 21 May 2014 23:56:58 +0000 (-0700) Subject: eliminate unnecessary css -- it was already in planetstack.css X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2de3f8fff9b625f939b6cb2744165e88e518d4a1;p=plstackapi.git eliminate unnecessary css -- it was already in planetstack.css --- diff --git a/planetstack/core/plus/views.py b/planetstack/core/plus/views.py index 407ad38..9b26e51 100644 --- a/planetstack/core/plus/views.py +++ b/planetstack/core/plus/views.py @@ -64,7 +64,7 @@ class DashboardDynamicView(TemplateView): if (fn=="slice_interactions"): # fix for slice_interactions - it gives its container div a 40px # margin, and then positions it's header at -40px - template = '
' + template + '
' + template = '
' + template + '
' return template except: return "failed to open %s" % fn