summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/_stylesheets.html
blob: e082819f1c47965c186200207eaacc1637d6ded9 (plain)
1
2
3
4
5
6
7
8
{% load compress %}

{% compress css %}
<link href='{{ STATIC_URL }}bootstrap/less/bootstrap.less' type='text/less' media='screen' rel='stylesheet' />
<link href='{{ STATIC_URL }}dashboard/less/horizon.less' type='text/less' media='screen' rel='stylesheet' />
{% endcompress %}

<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>