diff --git a/IPython/frontend/html/notebook/static/css/base.css b/IPython/frontend/html/notebook/static/css/base.css index 1b9e1d0..3365bb5 100644 --- a/IPython/frontend/html/notebook/static/css/base.css +++ b/IPython/frontend/html/notebook/static/css/base.css @@ -1,4 +1,3 @@ - /** * Primary styles * @@ -52,5 +51,3 @@ div#main_app { padding: 0.2em 0.8em; font-size: 77%; } - - diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 86017eb..a9a84e2 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -13,6 +13,15 @@