Merge pull request #3226 from ellisonbg/renamedialog

Text in rename dialog was way too big - making it <p>.
This commit is contained in:
Fernando Perez 2013-04-27 15:20:40 -07:00
commit 7da43f8ebb

View File

@ -61,7 +61,7 @@ var IPython = (function (IPython) {
var that = this;
var dialog = $('<div/>');
dialog.append(
$('<h3/>').html('Enter a new notebook name:')
$('<p/>').html('Enter a new notebook name:')
.css({'margin-bottom': '10px'})
);
dialog.append(