summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/_stylesheets.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/templates/_stylesheets.html')
-rw-r--r--openstack_dashboard/templates/_stylesheets.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/openstack_dashboard/templates/_stylesheets.html b/openstack_dashboard/templates/_stylesheets.html
index b9e3ae72..e082819f 100644
--- a/openstack_dashboard/templates/_stylesheets.html
+++ b/openstack_dashboard/templates/_stylesheets.html
@@ -1,6 +1,8 @@
-{% comment %} CSS {% endcomment %}
-<link href='{{ STATIC_URL }}bootstrap/css/bootstrap.min.css' media='screen' rel='stylesheet' />
-<link href='{{ STATIC_URL }}dashboard/css/style.css' media='screen' rel='stylesheet' />
+{% 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 %}
-{% comment %} Favicon {% endcomment %}
<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>