From 02bfcae5d3cb63319694ecca354f0ab08ab8d289 2013-04-29 21:13:53 From: Brian E. Granger Date: 2013-04-29 21:13:53 Subject: [PATCH] Removing print notebook from style.less. --- diff --git a/IPython/frontend/html/notebook/static/less/style.less b/IPython/frontend/html/notebook/static/less/style.less index db20dbf..1b607f1 100644 --- a/IPython/frontend/html/notebook/static/less/style.less +++ b/IPython/frontend/html/notebook/static/less/style.less @@ -2,6 +2,5 @@ @import "variables.less"; @import "flexible-box-model.less"; @import "notebook.less"; -@import "printnotebook.less"; @import "renderedhtml.less"; @import "tooltip.less";