##// END OF EJS Templates
Merge pull request #2537 from ellisonbg/examples...
Merge pull request #2537 from ellisonbg/examples Organize example notebooks - Some refactor and reorganization of notebooks - examples moved to top-level examples dir, out of docs - py3compat along the way closes #2622

File last commit:

r7780:a59dd57c
r9203:040d8477 merge
Show More
printnotebook.css
7 lines | 271 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;}
Matthias BUSSONNIER
Allow direct print of the notebook....
r7780 #header,#pager,#pager_splitter,#menubar,#toolbar {display: none !important;}
.cell { border:none !important}