show the various pieces as a use case for css on tabs and plugins
[unfold.git] / plugins / tabs.py
index 4008e4f..017628b 100644 (file)
@@ -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"
-    
-    
+