Commit 2c5f131d736046489ccd4a4bd867b79b6e98d952

Authored by Nathan Broadbent
1 parent 7835ddcd
Exists in master and in 1 other branch production

iCal icon was too big, and in wrong folder.

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  
... ...
app/assets/stylesheets/images/icons/ical.png 0 → 100644

1.86 KB