diff --git a/IPython/frontend/html/notebook/templates/notebooks.html b/IPython/frontend/html/notebook/templates/notebooks.html index 897074d34..2a4f0f86d 100644 --- a/IPython/frontend/html/notebook/templates/notebooks.html +++ b/IPython/frontend/html/notebook/templates/notebooks.html @@ -13,12 +13,18 @@ window.mathjax_url = "{{mathjax_url}}"; - - {{super()}} {% endblock %} +{% block lesscss %} + {% if use_less %} + + {% else %} + + {% endif %} +{% endblock lesscss%} + {% block params %} data-project={{project}} @@ -196,7 +202,7 @@ class="notebook_app" - + @@ -210,8 +216,8 @@ class="notebook_app" - - + + diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html index 816038eac..58804827c 100644 --- a/IPython/frontend/html/notebook/templates/page.html +++ b/IPython/frontend/html/notebook/templates/page.html @@ -12,18 +12,12 @@