##// END OF EJS Templates
make file and other less
make file and other less

File last commit:

r9269:ead267f6
r9270:6b3ae4c1
Show More
printnotebook.less
10 lines | 295 B | text/x-less | LessCssLexer
@media print {
body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
.ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
#header,#pager,#pager_splitter,#menubar,#toolbar {display: none !important;}
.cell { border:none !important}
}