eliminate unnecessary css -- it was already in planetstack.css
authorScott Baker <smbaker@gmail.com>
Wed, 21 May 2014 23:56:58 +0000 (16:56 -0700)
committerScott Baker <smbaker@gmail.com>
Wed, 21 May 2014 23:56:58 +0000 (16:56 -0700)
planetstack/core/plus/views.py

index 407ad38..9b26e51 100644 (file)
@@ -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 = '<style>#tabs-4 { margin: 40px; font-size: 24px; font-weight: bold;} </style><div id="tabs-4">' + template + '</div>'
+                template = '<div id="tabs-4">' + template + '</div>'
             return template
         except:
             return "failed to open %s" % fn