git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updates to gilbert for django 1.3
[philo.git]
/
contrib
/
gilbert
/
templates
/
gilbert
/
icons.css
diff --git
a/contrib/gilbert/templates/gilbert/icons.css
b/contrib/gilbert/templates/gilbert/icons.css
index
cecb603
..
677d7eb
100644
(file)
--- a/
contrib/gilbert/templates/gilbert/icons.css
+++ b/
contrib/gilbert/templates/gilbert/icons.css
@@
-1,6
+1,5
@@
-{% load staticmedia %}
{% for icon_name in icon_names %}
.icon-{{ icon_name }} {
{% for icon_name in icon_names %}
.icon-{{ icon_name }} {
- background: url({
% mediaurl 'gilbert/fugue-icons/icons-shadowless' %}
/{{ icon_name }}.png) 0 no-repeat !important;
+ background: url({
{ STATIC_URL }}gilbert/fugue-icons/icons-shadowless
/{{ icon_name }}.png) 0 no-repeat !important;
}
{% endfor %}
\ No newline at end of file
}
{% endfor %}
\ No newline at end of file