diff --git a/IPython/html/static/tree/js/notebooklist.js b/IPython/html/static/tree/js/notebooklist.js index 14f7026..9f118f3 100644 --- a/IPython/html/static/tree/js/notebooklist.js +++ b/IPython/html/static/tree/js/notebooklist.js @@ -192,7 +192,7 @@ var IPython = (function (IPython) { var item = $('
').addClass("list_item").addClass("row"); // item.addClass('list_item ui-widget ui-widget-content ui-helper-clearfix'); // item.css('border-top-style','none'); - item.append($("
").addClass("span12").append( + item.append($("
").addClass("col-md-12").append( $('').addClass('item_icon') ).append( $("").addClass("item_link").append( diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index 67c97ef..0df4cbe 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -49,7 +49,7 @@ class="notebook_app"