Some simple updates that allow the login page to render properly.
[philo.git] / philo / 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 %}