##// END OF EJS Templates
Text in rename dialog was way too big - making it <p>.
Brian E. Granger -
Show More
@@ -61,7 +61,7 b' var IPython = (function (IPython) {'
61 var that = this;
61 var that = this;
62 var dialog = $('<div/>');
62 var dialog = $('<div/>');
63 dialog.append(
63 dialog.append(
64 $('<h3/>').html('Enter a new notebook name:')
64 $('<p/>').html('Enter a new notebook name:')
65 .css({'margin-bottom': '10px'})
65 .css({'margin-bottom': '10px'})
66 );
66 );
67 dialog.append(
67 dialog.append(
General Comments 0
You need to be logged in to leave comments. Login now