Merge pull request #7462 from minrk/rm-override

remove tree override.css
Thomas Kluyver 11 years ago
commit 81f9f1b7f5

@ -1,3 +0,0 @@
/*This file contains any manual css for this page that needs to override the global styles.
This is only required when different pages style the same element differently. This is just
a hack to deal with our current css styles and no new styling should be added in this file.*/

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

Loading…
Cancel
Save