From 54946fe7fca0c82037c24e2b0ee2348e57a08cb1 2013-04-27 22:16:02 From: Brian E. Granger Date: 2013-04-27 22:16:02 Subject: [PATCH] Text in rename dialog was way too big - making it

. --- diff --git a/IPython/frontend/html/notebook/static/js/savewidget.js b/IPython/frontend/html/notebook/static/js/savewidget.js index eb802fe..9712796 100644 --- a/IPython/frontend/html/notebook/static/js/savewidget.js +++ b/IPython/frontend/html/notebook/static/js/savewidget.js @@ -61,7 +61,7 @@ var IPython = (function (IPython) { var that = this; var dialog = $('

'); dialog.append( - $('

').html('Enter a new notebook name:') + $('

').html('Enter a new notebook name:') .css({'margin-bottom': '10px'}) ); dialog.append(