From b0954abb7c25be4cd75fa732d1221a9efbb15ece 2012-01-18 02:27:51 From: Brian Granger Date: 2012-01-18 02:27:51 Subject: [PATCH] Minor fixes to the css for print view. --- diff --git a/IPython/frontend/html/notebook/static/css/printnotebook.css b/IPython/frontend/html/notebook/static/css/printnotebook.css index bbdb0dc..71bb5a4 100644 --- a/IPython/frontend/html/notebook/static/css/printnotebook.css +++ b/IPython/frontend/html/notebook/static/css/printnotebook.css @@ -3,10 +3,3 @@ div#notebook { overflow: visible !important; } .ui-widget-content { border: 0px; } #save_widget {margin: 0px !important;} #header {display: none !important;} -/*span#notebook_name { - height: 1em; - line-height: 1em; - padding: 3px; - border: none; - font-size: 182%; -}*/ \ No newline at end of file