Merge pull request #73 from mistercrunch/theme

Airflowlike theme
This commit is contained in:
Maxime Beauchemin 2015-12-04 15:05:10 -08:00
commit 6f2c953a9e
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 %}