##// END OF EJS Templates
Merge pull request #2048 from minrk/encode_images...
Merge pull request #2048 from minrk/encode_images move _encode_binary to jsonutil.encode_images and avoid double-encoding image data

File last commit:

r5878:b0954abb
r7747:2e54c6f5 merge
Show More
printnotebook.css
5 lines | 197 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;}
Brian Granger
Fixing minor things in the printing.
r5876 #header {display: none !important;}