git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7237cdc
)
eliminate unnecessary css -- it was already in planetstack.css
author
Scott Baker
<smbaker@gmail.com>
Wed, 21 May 2014 23:56:58 +0000
(16:56 -0700)
committer
Scott Baker
<smbaker@gmail.com>
Wed, 21 May 2014 23:56:58 +0000
(16:56 -0700)
planetstack/core/plus/views.py
patch
|
blob
|
history
diff --git
a/planetstack/core/plus/views.py
b/planetstack/core/plus/views.py
index
407ad38
..
9b26e51
100644
(file)
--- 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 = '<
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