From e149319692ff3b114ecb84be22c036b1c53eb10b Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Sun, 28 Apr 2013 21:01:12 -0700 Subject: [PATCH] Removing print notebook from style.less. --- IPython/frontend/html/notebook/static/less/style.less | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/less/style.less b/IPython/frontend/html/notebook/static/less/style.less index db20dbf2a..1b607f1e0 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";