Fix #1387 CSS issue in city list

This commit is contained in:
Nicolas Le Goff
2013-08-01 14:20:01 +02:00
parent 75ad5716e8
commit 664f295dc0
3 changed files with 12 additions and 6 deletions

View File

@@ -27,10 +27,10 @@
{% endblock favicon %}
{% block header_stylesheet %}
<link rel="stylesheet" href="{{ path('minifier', { 'f' : 'skins/geonames/geonames.css' }) }}">
<link rel="stylesheet" href="{{ path('minifier', { 'g' : 'authentication_css' }) }}">
<!--[if lte IE 8]>
<link rel="stylesheet" href="{ path('minifier', { 'f' : 'assets/font-awesome/css/font-awesome-ie7.min.css' }) }}">
<link rel="stylesheet" href="{{ path('minifier', { 'f' : 'assets/font-awesome/css/font-awesome-ie7.min.css' }) }}">
<![endif]-->
{% endblock header_stylesheet %}