##// END OF EJS Templates
Fixing docstring in the notebook manager.
Fixing docstring in the notebook manager.

File last commit:

r5876:e0dde1a2
r5877:38534e1a
Show More
printnotebook.css
11 lines | 319 B | text/css | CssLexer
Brian Granger
Fixing minor things in the printing.
r5876 body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
Brian Granger
Created new print view for notebook printing.
r5875 .ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
Brian Granger
Fixing minor things in the printing.
r5876 #header {display: none !important;}
/*span#notebook_name {
Brian Granger
Created new print view for notebook printing.
r5875 height: 1em;
line-height: 1em;
padding: 3px;
border: none;
font-size: 182%;
Brian Granger
Fixing minor things in the printing.
r5876 }*/