diff --git a/IPython/frontend/html/notebook/static/css/printnotebook.css b/IPython/frontend/html/notebook/static/css/printnotebook.css index 358488d..bbdb0dc 100644 --- a/IPython/frontend/html/notebook/static/css/printnotebook.css +++ b/IPython/frontend/html/notebook/static/css/printnotebook.css @@ -1,12 +1,12 @@ -body { overflow: auto; } -div#notebook { overflow: visible; } +body { overflow: visible !important; } +div#notebook { overflow: visible !important; } .ui-widget-content { border: 0px; } #save_widget {margin: 0px !important;} -#ipython_notebook {display: none;} -span#notebook_name { +#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 +}*/ \ No newline at end of file diff --git a/docs/examples/notebooks/00_notebook_tour.ipynb b/docs/examples/notebooks/00_notebook_tour.ipynb index a62c2de..467c0f8 100644 --- a/docs/examples/notebooks/00_notebook_tour.ipynb +++ b/docs/examples/notebooks/00_notebook_tour.ipynb @@ -791,13 +791,13 @@ "", " ", "", - "", + "", "", "and a video with the HTML5 video tag:", "", "