Skip to content

Commit 87d0c99

Browse files
author
Vincent Chalnot
committed
Minor CSS update
1 parent e9a7899 commit 87d0c99

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

LayoutBundle/Resources/public/css/layout-20201211.css

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LayoutBundle/Resources/views/base.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NEVER points to this layout directly !
1818
{% endblock %}
1919
<title>{% block title %}CleverAge/EAVManager{{ title is defined ? ' - ' ~ title }}{% endblock %}</title>
2020
{% block stylesheets %}
21-
<link href="{{ asset('bundles/cleverageeavmanagerlayout/css/layout-20181226.css') }}" type="text/css"
21+
<link href="{{ asset('bundles/cleverageeavmanagerlayout/css/layout-20201211.css') }}" type="text/css"
2222
rel="stylesheet" media="screen"/>
2323
{% endblock %}
2424
</head>

0 commit comments

Comments
 (0)