mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
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.
This commit is contained in:
parent
140b7430cb
commit
b54d334db6
@ -24,7 +24,7 @@
|
||||
{{ 'Login to %installation_name%' | trans({ '%installation_name%' : installation.name } ) }}
|
||||
</title>
|
||||
<link rel="shortcut icon" href="/bundles/chillmain/img/favicon.ico" type="image/x-icon">
|
||||
{% stylesheets output="css/all.css" filter="cssrewrite"
|
||||
{% stylesheets output="css/homepage.css" filter="cssrewrite"
|
||||
|
||||
"bundles/chillmain/fonts/OpenSans/OpenSans.css" %}
|
||||
<link rel="stylesheet" href="{{ asset_url }}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user