Commit 2c5f131d736046489ccd4a4bd867b79b6e98d952
1 parent
7835ddcd
Exists in
master
and in
1 other branch
iCal icon was too big, and in wrong folder.
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
app/assets/images/ical.png
2.18 KB
app/assets/stylesheets/errbit.css
... | ... | @@ -220,7 +220,7 @@ a.action { float: right; font-size: 0.9em;} |
220 | 220 | } |
221 | 221 | |
222 | 222 | #action-bar .calendar_link { |
223 | - background: url(/assets/ical.png) no-repeat scroll 11px 4px transparent; | |
223 | + background: url(images/icons/ical.png) no-repeat scroll 12px 6px transparent; | |
224 | 224 | padding-left: 47px; |
225 | 225 | } |
226 | 226 | ... | ... |
1.86 KB