Commit 483065d890140067a47f081dab4016b6f9d77b80

Authored by Antonio Terceiro
1 parent c47e2ba3

ActionItem741: using absolute path to image

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/blocks.css
... ... @@ -8,7 +8,7 @@
8 8 }
9 9  
10 10 .invisible-block {
11   - background: url(../images/hachure.png);
  11 + background: url(/images/hachure.png);
12 12 }
13 13  
14 14 /* ie6 hack */
... ...