##// END OF EJS Templates
Allow direct print of the notebook....
Matthias BUSSONNIER -
Show More
@@ -2,4 +2,6 body { overflow: visible !important; }
2 div#notebook { overflow: visible !important; }
2 div#notebook { overflow: visible !important; }
3 .ui-widget-content { border: 0px; }
3 .ui-widget-content { border: 0px; }
4 #save_widget {margin: 0px !important;}
4 #save_widget {margin: 0px !important;}
5 #header {display: none !important;}
5 #header,#pager,#pager_splitter,#menubar,#toolbar {display: none !important;}
6 .cell { border:none !important}
7
@@ -19,6 +19,8 window.mathjax_url = "{{mathjax_url}}";
19 <link rel="stylesheet" href="{{ static_url("css/tooltip.css") }}" type="text/css" />
19 <link rel="stylesheet" href="{{ static_url("css/tooltip.css") }}" type="text/css" />
20 <link rel="stylesheet" href="{{ static_url("css/renderedhtml.css") }}" type="text/css" />
20 <link rel="stylesheet" href="{{ static_url("css/renderedhtml.css") }}" type="text/css" />
21
21
22 <link rel="stylesheet" href="{{ static_url("css/printnotebook.css") }}" type="text/css" media="print"/>
23
22 {% end %}
24 {% end %}
23
25
24
26
General Comments 0
You need to be logged in to leave comments. Login now