##// END OF EJS Templates
Fixing minor things in the printing.
Brian Granger -
Show More
@@ -1,12 +1,12 b''
1 body { overflow: auto; }
1 body { overflow: visible !important; }
2 div#notebook { overflow: visible; }
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 #ipython_notebook {display: none;}
5 #header {display: none !important;}
6 span#notebook_name {
6 /*span#notebook_name {
7 height: 1em;
7 height: 1em;
8 line-height: 1em;
8 line-height: 1em;
9 padding: 3px;
9 padding: 3px;
10 border: none;
10 border: none;
11 font-size: 182%;
11 font-size: 182%;
12 } No newline at end of file
12 }*/ No newline at end of file
@@ -791,13 +791,13 b''
791 "",
791 "",
792 " <img src=\"files/python-logo.svg\" />",
792 " <img src=\"files/python-logo.svg\" />",
793 "",
793 "",
794 "<img src=\"files/python-logo.svg\" />",
794 "<img src=\"/files/python-logo.svg\" />",
795 "",
795 "",
796 "and a video with the HTML5 video tag:",
796 "and a video with the HTML5 video tag:",
797 "",
797 "",
798 " <video controls src=\"files/animation.m4v\" />",
798 " <video controls src=\"files/animation.m4v\" />",
799 "",
799 "",
800 "<video controls src=\"files/animation.m4v\" />",
800 "<video controls src=\"/files/animation.m4v\" />",
801 "",
801 "",
802 "These do not embed the data into the notebook file,",
802 "These do not embed the data into the notebook file,",
803 "and require that the files exist when you are viewing the notebook.",
803 "and require that the files exist when you are viewing the notebook.",
General Comments 0
You need to be logged in to leave comments. Login now