From c8af873aebe959d7946faf38801bb2759323ce1d Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 25 Oct 2014 17:12:08 -0700 Subject: [PATCH] Remove override.css from the template --- IPython/html/templates/terminal.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/IPython/html/templates/terminal.html b/IPython/html/templates/terminal.html index 00980654f..aa32d0479 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}}"