turn off querycode.css for now as it appears to set stuff for e.g. div.in that messes...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 22 Mar 2013 12:53:55 +0000 (13:53 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 22 Mar 2013 12:53:55 +0000 (13:53 +0100)
besides it's useless until we turn syntax highlighting back on again

plugins/querycode/querycode.css
plugins/querycode/querycode.py

index a681655..840a797 100644 (file)
@@ -1,3 +1,9 @@
+/* Thierry
+ This needs to be cleaned up 
+ in particular div.in below conflicts with bootstrap's fade in so another name would be helpful
+ ----
+ turning this off altogether for now -- see querycode.py
+ */
 /* body { font-family:Arial, Helvetica, Sans-Serif; font-size:0.8em;} */
 
 #report {
index eaa231d..6c3cb21 100644 (file)
@@ -22,11 +22,13 @@ class QueryCode (Plugin):
 #        Plugins::add_js('/QueryCode/beautyofcode/scripts/shBrushRuby.js');
 #        Plugins::add_js('/QueryCode/beautyofcode/scripts/shAutoloader.js');
                            ] ,
-            'css_files': [ "css/querycode.css" ,
+# thierry: see this file for details of why we turn this off for now            
+             'css_files': [
+###                "css/querycode.css" ,
 #        Plugins::add_css('/QueryCode/beautyofcode/styles/shCore.css');
 #        Plugins::add_css('/QueryCode/beautyofcode/styles/shCoreDefault.css');
 #        Plugins::add_css('/QueryCode/beautyofcode/styles/shThemeDefault.css');
-                           ],
+                ],
             }
 
     def json_settings_list (self): return ['plugin_uuid','query_uuid']