##// END OF EJS Templates
start to migrate to variables
start to migrate to variables

File last commit:

r9259:62f440fe
r9260:95a4d0ad
Show More
printnotebook.less
7 lines | 271 B | text/x-less | LessCssLexer
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}