diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js index a40be91..0240262 100644 --- a/IPython/html/static/notebook/js/codecell.js +++ b/IPython/html/static/notebook/js/codecell.js @@ -123,7 +123,7 @@ define([ CodeCell.prototype.create_element = function () { Cell.prototype.create_element.apply(this, arguments); - var cell = $('
').addClass('cell border-box-sizing code_cell'); + var cell = $('').addClass('cell code_cell'); cell.attr('tabindex','2'); var input = $('').addClass('input'); diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index b99455d..22db8a4 100644 --- a/IPython/html/static/notebook/js/textcell.js +++ b/IPython/html/static/notebook/js/textcell.js @@ -70,7 +70,7 @@ define([ TextCell.prototype.create_element = function () { Cell.prototype.create_element.apply(this, arguments); - var cell = $("