##// END OF EJS Templates
Created new print view for notebook printing.
Created new print view for notebook printing.

File last commit:

r5875:f47fd3b8
r5875:f47fd3b8
Show More
printnotebook.css
11 lines | 289 B | text/css | CssLexer
body { overflow: auto; }
div#notebook { overflow: visible; }
.ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
#ipython_notebook {display: none;}
span#notebook_name {
height: 1em;
line-height: 1em;
padding: 3px;
border: none;
font-size: 182%;
}