Show More
@@ -53,7 +53,7 b' var IPython = (function (IPython) {' | |||
|
53 | 53 | .click(function(){that.detach()}) |
|
54 | 54 | .attr('style','position: absolute; right: 10px;') |
|
55 | 55 | .append( |
|
56 |
$('<span>').addClass("ui-icon ui-icon- |
|
|
56 | $('<span>').addClass("ui-icon ui-icon-extlink") | |
|
57 | 57 | ) |
|
58 | 58 | ) |
|
59 | 59 | }; |
@@ -138,6 +138,9 b' var IPython = (function (IPython) {' | |||
|
138 | 138 | .attr('rel',"stylesheet") |
|
139 | 139 | .attr('href',"/static/css/notebook.css") |
|
140 | 140 | .attr('type',"text/css") |
|
141 | ) | |
|
142 | .append( | |
|
143 | $('<title>').text("IPython Pager") | |
|
141 | 144 | ); |
|
142 | 145 | var pager_body = $(w.document.body) |
|
143 | 146 | pager_body.attr('style','overflow:scroll'); |
General Comments 0
You need to be logged in to leave comments.
Login now