##// END OF EJS Templates
Method to show hide linenumber of cell...
Method to show hide linenumber of cell mostly convenience methods to wrap codemirror one, plus doc and 1 doc fix (missing curly bracket)

File last commit:

r9277:3a70b9df
r9542:4f23a778
Show More
printnotebook.less
10 lines | 342 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}
.toolbar { display: none}
}