##// END OF EJS Templates
htmlnotebook: Suppress cell boundary when publishing.
Stefan van der Walt -
Show More
@@ -768,6 +768,7 b' var IPython = (function (IPython) {'
768 768 $('head').clone().html() +
769 769 '<style type="text/css">' +
770 770 '@media print { body { overflow: visible !important; } }' +
771 '.ui-widget-content { border: 0px; }' +
771 772 '</style>' +
772 773 '</head><body style="overflow: auto;">' +
773 774 $('#notebook').clone().html() +
General Comments 0
You need to be logged in to leave comments. Login now