From c4ad378cbbed0ef9a71b1ba57cc263e3db933452 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 19 Dec 2012 20:20:55 +0100 Subject: [PATCH] start introducing less --- .../notebook/static/css/{notebook.css => notebook.less} | 0 .../static/css/{renderedhtml.css => renderedhtml.less} | 0 .../notebook/static/css/{tooltip.css => tooltip.less} | 0 IPython/frontend/html/notebook/templates/notebook.html | 9 +++++---- 4 files changed, 5 insertions(+), 4 deletions(-) rename IPython/frontend/html/notebook/static/css/{notebook.css => notebook.less} (100%) rename IPython/frontend/html/notebook/static/css/{renderedhtml.css => renderedhtml.less} (100%) rename IPython/frontend/html/notebook/static/css/{tooltip.css => tooltip.less} (100%) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.less similarity index 100% rename from IPython/frontend/html/notebook/static/css/notebook.css rename to IPython/frontend/html/notebook/static/css/notebook.less diff --git a/IPython/frontend/html/notebook/static/css/renderedhtml.css b/IPython/frontend/html/notebook/static/css/renderedhtml.less similarity index 100% rename from IPython/frontend/html/notebook/static/css/renderedhtml.css rename to IPython/frontend/html/notebook/static/css/renderedhtml.less diff --git a/IPython/frontend/html/notebook/static/css/tooltip.css b/IPython/frontend/html/notebook/static/css/tooltip.less similarity index 100% rename from IPython/frontend/html/notebook/static/css/tooltip.css rename to IPython/frontend/html/notebook/static/css/tooltip.less diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 8b6514fdd..dd458628d 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -16,12 +16,12 @@ window.mathjax_url = "{{mathjax_url}}"; - - - + + + - + {% endblock %} {% block params %} @@ -182,6 +182,7 @@ data-notebook-id={{notebook_id}} {% block script %} +