All of my work from commits: dd4a194, 692644a, 4a60203, 5de46bc, 152042d, 64a2d4e...
[philo.git] / contrib / gilbert / templates / gilbert / icons.css
1 {% load staticmedia %}
2 {% for icon_name in icon_names %}
3 .icon-{{ icon_name }} {
4         background: url({% mediaurl 'gilbert/fugue-icons/icons-shadowless' %}/{{ icon_name }}.png) 0 no-repeat !important;
5 }
6 {% endfor %}