From ea4bb88624775ced13e8da43561006ad45b35aeb 2014-10-26 00:15:50 From: Thomas Kluyver Date: 2014-10-26 00:15:50 Subject: [PATCH] Remove override.css from the template --- diff --git a/IPython/html/templates/terminal.html b/IPython/html/templates/terminal.html index 0098065..aa32d04 100644 --- a/IPython/html/templates/terminal.html +++ b/IPython/html/templates/terminal.html @@ -2,11 +2,6 @@ {% block title %}{{page_title}}{% endblock %} -{% block stylesheet %} -{{super()}} - -{% endblock %} - {% block params %} data-base-url="{{base_url}}"