Remove override.css from the template

This commit is contained in:
Thomas Kluyver 2014-10-25 17:12:08 -07:00
parent ea896c3f16
commit c8af873aeb

View File

@ -2,11 +2,6 @@
{% block title %}{{page_title}}{% endblock %}
{% block stylesheet %}
{{super()}}
<link rel="stylesheet" href="{{ static_url("terminal/css/override.css") }}" type="text/css" />
{% endblock %}
{% block params %}
data-base-url="{{base_url}}"