From 50b80590938481f5eb0fa032ccfb12dc7bdb0bdb Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Thu, 16 May 2013 14:16:27 -0700 Subject: [PATCH] Finishing conversion of templates to use single style.*. --- IPython/frontend/html/notebook/templates/notebooks.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/IPython/frontend/html/notebook/templates/notebooks.html b/IPython/frontend/html/notebook/templates/notebooks.html index 31affaf05..2ad5967ce 100644 --- a/IPython/frontend/html/notebook/templates/notebooks.html +++ b/IPython/frontend/html/notebook/templates/notebooks.html @@ -17,14 +17,6 @@ window.mathjax_url = "{{mathjax_url}}"; {% endblock %} -{% block lesscss %} - {% if use_less %} - - {% else %} - - {% endif %} -{% endblock lesscss%} - {% block params %} data-project={{project}}