diff --git a/IPython/frontend/html/notebook/static/base/js/page.js b/IPython/frontend/html/notebook/static/base/js/page.js index 7f1824d43..76f0e1809 100644 --- a/IPython/frontend/html/notebook/static/base/js/page.js +++ b/IPython/frontend/html/notebook/static/base/js/page.js @@ -18,7 +18,6 @@ var IPython = (function (IPython) { Page.prototype.style = function () { $('div#header').addClass('border-box-sizing'). - addClass('ui-widget-content'). css('border-top-style','none'). css('border-left-style','none'). css('border-right-style','none'); diff --git a/IPython/frontend/html/notebook/static/notebook/css/override.css b/IPython/frontend/html/notebook/static/notebook/css/override.css index 631930a2a..6c0fb7513 100644 --- a/IPython/frontend/html/notebook/static/notebook/css/override.css +++ b/IPython/frontend/html/notebook/static/notebook/css/override.css @@ -3,7 +3,6 @@ This is only required when different pages style the same element differently. T a hack to deal with our current css styles and no new styling should be added in this file.*/ #ipython-main-app { - width: 100%; position: relative; font-size: 110%; } \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/tree/css/override.css b/IPython/frontend/html/notebook/static/tree/css/override.css index 8ad84b239..8f607eaf0 100644 --- a/IPython/frontend/html/notebook/static/tree/css/override.css +++ b/IPython/frontend/html/notebook/static/tree/css/override.css @@ -3,6 +3,5 @@ This is only required when different pages style the same element differently. T a hack to deal with our current css styles and no new styling should be added in this file.*/ #ipython-main-app { - width: 920px; margin: 30px auto 0px auto; } diff --git a/IPython/frontend/html/notebook/templates/login.html b/IPython/frontend/html/notebook/templates/login.html index 1eb3ce4b8..b44003d2b 100644 --- a/IPython/frontend/html/notebook/templates/login.html +++ b/IPython/frontend/html/notebook/templates/login.html @@ -11,7 +11,7 @@ {% block site %} -