Remove override.css from the template

Thomas Kluyver 11 years ago
parent ea896c3f16
commit c8af873aeb

@ -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}}"

Loading…
Cancel
Save