Airflowlike theme

This commit is contained in:
Maxime Beauchemin 2015-12-04 14:16:31 -08:00
parent aed2f46413
commit 04c0c05c01
2 changed files with 6488 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
{% block head_css %}
{{super()}}
<link rel="shortcut icon" href="{{ url_for('static', filename='chaudron.png') }}" />
<link rel="stylesheet" type="text/css" href="/static/panoramix-bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="/static/panoramix.css" />
<link rel="stylesheet" type="text/css" href="/static/lib/jquery-ui/jquery-ui.min.css" />
{% endblock %}