X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Ftabs.py;h=017628b0597b13b75311f2450c7c9b6a8fbf3461;hb=cb217c28903fd2f727acd8ae4e40891368a84d8a;hp=4008e4fa210416d84e16151c3e4aefb6bf8f2f96;hpb=d09a7cda398c7ed6ce7cb11155413f66fe82f149;p=unfold.git diff --git a/plugins/tabs.py b/plugins/tabs.py index 4008e4fa..017628b0 100644 --- a/plugins/tabs.py +++ b/plugins/tabs.py @@ -7,9 +7,10 @@ class Tabs (Composite): def requirements (self): return { 'js_files' : 'bootstrap/js/bootstrap.js', - 'css_files' : 'bootstrap/css/bootstrap.css' } + 'css_files' : ['bootstrap/css/bootstrap.css', + 'css/tabs.css', + ] } def template (self): return "tabs.html" - - +