Commit d8aa60d89ed7829b01e7e84c806feb6f2f666acf

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

Fixed ical.png asset link

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/errbit.css
@@ -220,7 +220,7 @@ a.action { float: right; font-size: 0.9em;} @@ -220,7 +220,7 @@ a.action { float: right; font-size: 0.9em;}
220 } 220 }
221 221
222 #action-bar .calendar_link { 222 #action-bar .calendar_link {
223 - background: url(/images/ical.png) no-repeat scroll 11px 4px transparent; 223 + background: url(/assets/ical.png) no-repeat scroll 11px 4px transparent;
224 padding-left: 47px; 224 padding-left: 47px;
225 } 225 }
226 226