From bc3cb51ae458f3b12fdea38dfbbbabf3d01a3db4 Mon Sep 17 00:00:00 2001 From: Guillaume Denis Date: Wed, 1 Apr 2015 15:49:11 +0200 Subject: [PATCH] add responsive.css into base --- ckanext/ozwillo_theme/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ckanext/ozwillo_theme/templates/base.html b/ckanext/ozwillo_theme/templates/base.html index cc2433e..2510c55 100644 --- a/ckanext/ozwillo_theme/templates/base.html +++ b/ckanext/ozwillo_theme/templates/base.html @@ -21,6 +21,7 @@ {% resource 'theme/plugins.system.t3.base-bs3.less.off-canvas.less.css' %} {% resource 'theme/templates.t3_bs3_blank.less.off-canvas.less.css' %} {% resource 'theme/template.css' %} + {% resource 'theme/responsive.css' %} {% resource 'theme/off-canvas.js' %} {% endblock %}