##// END OF EJS Templates
Merge pull request #2708 from Carreau/less-css...
Merge pull request #2708 from Carreau/less-css Less css

File last commit:

r9277:3a70b9df
r9405:ec14a41a merge
Show More
printnotebook.less
10 lines | 342 B | text/x-less | LessCssLexer
Bussonnier Matthias
fix print css less
r9269 @media print {
Bussonnier Matthias
clean css....
r9277 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}
Bussonnier Matthias
fix print css less
r9269 }
Matthias BUSSONNIER
Allow direct print of the notebook....
r7780