##// END OF EJS Templates
Merge pull request #2817 from minrk/ol...
Merge pull request #2817 from minrk/ol change ol format order

File last commit:

r7780:a59dd57c
r9208:a0dc4eaf 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}