##// END OF EJS Templates
change ol format order...
change ol format order from: I.A.1.a.i to: 1.A.a.i

File last commit:

r7780:a59dd57c
r9204:1b7d9281
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}