diff --git a/client/css/core-general.styl b/client/css/core-general.styl index df30782..f6191e2 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -239,7 +239,7 @@ a .access-key width: 20px height: 20px &.empty - background-image: url('img/transparency_grid.png') + background-image: url('/img/transparency_grid.png') background-repeat: repeat background-size: initial img diff --git a/client/css/post-content-control.styl b/client/css/post-content-control.styl index 329abcd..857b2ef 100644 --- a/client/css/post-content-control.styl +++ b/client/css/post-content-control.styl @@ -1,6 +1,6 @@ .post-container .post-content.transparency-grid img - background: url('img/transparency_grid.png') + background: url('/img/transparency_grid.png') text-align: center .post-content