From 608d5ffca9bfe4d8d44760127b6742d2ddb59f87 2013-01-30 18:01:33
From: Matthias BUSSONNIER <bussonniermatthias@gmail.com>
Date: 2013-01-30 18:01:33
Subject: [PATCH] re-fix cluster list

---

diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html
index 6a7648d..ff4203e 100644
--- a/IPython/frontend/html/notebook/templates/page.html
+++ b/IPython/frontend/html/notebook/templates/page.html
@@ -14,8 +14,6 @@
     <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
     <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" />
     <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/>
-    {% block stylesheet %}
-    {% endblock %}
     {% block lesscss %}
         {% if use_less %}
             <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" />
@@ -23,6 +21,8 @@
             <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/>
         {% endif %}
     {% endblock lesscss%}
+    {% block stylesheet %}
+    {% endblock %}
     <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" />