Commit 513ceaec90bb49e39993ffd0053b0644a7ec45a7

Authored by Victor Costa
1 parent 2e10394e

Fix comment reply icon

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -2007,7 +2007,7 @@ a.button.disabled, input.disabled {
2007 2007 }
2008 2008 #content .comment-header .comment-actions-reply {
2009 2009 float: right;
2010   - background-image: url(../designs/icons/tango/Tango/16x16/actions/go-jump.png);
  2010 + background-image: url(/designs/icons/tango/Tango/16x16/actions/go-jump.png);
2011 2011 height: 12px;
2012 2012 }
2013 2013 #content .comment-header ul {
... ...