Make the basic library page show up when javascript is disabled
authorDiane Trout <diane@caltech.edu>
Tue, 15 Dec 2009 23:42:17 +0000 (23:42 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 15 Dec 2009 23:42:17 +0000 (23:42 +0000)
by removing the x-hidden from the content div.

htsworkflow/frontend/templates/app_base.html

index 8ff3d96d0c4100eaf0d2b53f71bd26687df36a1f..7db0c9e1ecb9261f8bd5ef1204ad55507b0b55ad 100644 (file)
@@ -91,7 +91,7 @@
     </div>
     
     <!-- Main Content -->
-    <div id="body_content" class="x-hidden">
+    <div id="body_content" class="">
         {% block msg %}
         <div class="msg">{{ msg }}</div>
         {% endblock %}