From 458249e5c401e55c0545c851e0bbde723b2fd2f1 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 11 Nov 2013 13:55:07 -0800 Subject: [PATCH] POST-REBASE Re-added widgets reference --- IPython/html/static/notebook/less/style_noapp.less | 1 + .../html/static/notebook/less/{widgetarea.less => widgets.less} | 0 2 files changed, 1 insertion(+) rename IPython/html/static/notebook/less/{widgetarea.less => widgets.less} (100%) diff --git a/IPython/html/static/notebook/less/style_noapp.less b/IPython/html/static/notebook/less/style_noapp.less index 920fefa1f..d38481c46 100644 --- a/IPython/html/static/notebook/less/style_noapp.less +++ b/IPython/html/static/notebook/less/style_noapp.less @@ -7,3 +7,4 @@ @import "outputarea.less"; @import "renderedhtml.less"; @import "textcell.less"; +@import "widgets.less"; diff --git a/IPython/html/static/notebook/less/widgetarea.less b/IPython/html/static/notebook/less/widgets.less similarity index 100% rename from IPython/html/static/notebook/less/widgetarea.less rename to IPython/html/static/notebook/less/widgets.less