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 @@
- {% block stylesheet %}
- {% endblock %}
{% block lesscss %}
{% if use_less %}
@@ -23,6 +21,8 @@
{% endif %}
{% endblock lesscss%}
+ {% block stylesheet %}
+ {% endblock %}