From b54d334db6421babd8f114ea8927c5b88c98333e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 14 Aug 2015 12:59:25 +0200 Subject: [PATCH] fix bug in all.css The all.css file used in template homepage overwritted the all.css file used in other pages. But the file does not have same requirements on css files. In development environment, this was not seeable. But in production environment, the all.css file used in most of the page was not complete, preventing a correct display. --- Resources/views/Login/login.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Login/login.html.twig b/Resources/views/Login/login.html.twig index 2a8b189f6..485c9f6f2 100644 --- a/Resources/views/Login/login.html.twig +++ b/Resources/views/Login/login.html.twig @@ -24,7 +24,7 @@ {{ 'Login to %installation_name%' | trans({ '%installation_name%' : installation.name } ) }} - {% stylesheets output="css/all.css" filter="cssrewrite" + {% stylesheets output="css/homepage.css" filter="cssrewrite" "bundles/chillmain/fonts/OpenSans/OpenSans.css" %}