diff --git a/IPython/html/static/notebook/less/style_noapp.less b/IPython/html/static/notebook/less/style_noapp.less index 920fefa..d38481c 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