From a2dc964e52846c2623e38e6ee74c736be2a87734 Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Tue, 5 Feb 2019 09:26:41 -0500 Subject: [PATCH] client/posts: fix transparency grid for alternate base URIs --- client/css/core-general.styl | 2 +- client/css/post-content-control.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/core-general.styl b/client/css/core-general.styl index f6191e2a..b36822aa 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 857b2ef2..695895d1 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