677d7ebb715765dd8fe9eb1f23cd8da4516c90c6
[philo.git] / contrib / gilbert / templates / gilbert / icons.css
1 {% for icon_name in icon_names %}
2 .icon-{{ icon_name }} {
3         background: url({{ STATIC_URL }}gilbert/fugue-icons/icons-shadowless/{{ icon_name }}.png) 0 no-repeat !important;
4 }
5 {% endfor %}