Plugin querytable: removed css this is now handled by theme
authorLoic Baron <loic.baron@lip6.fr>
Mon, 10 Mar 2014 17:20:32 +0000 (18:20 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Mon, 10 Mar 2014 17:20:32 +0000 (18:20 +0100)
plugins/querytable/__init__.py

index 0b1d29d..6a2bb29 100644 (file)
@@ -92,11 +92,11 @@ Current implementation makes the following assumptions
                           # dataTableExt.afnSortData
                            "js/querytable.js", 
                            ] ,
-            'css_files': [ "css/dataTables.bootstrap.css",
+            'css_files': [ #"css/dataTables.bootstrap.css",
                            # hopefully temporary, when/if datatables supports sPaginationType=bootstrap3
                            # for now we use full_numbers, with our own ad hoc css 
                            "css/dataTables.full_numbers.css",
-                           "css/querytable.css" , 
+                           #"css/querytable.css" , 
                            ],
             }
         return reqs