summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2019-02-05 09:26:41 -0500
committerShyam Sunder <sgsunder1@gmail.com>2019-02-05 09:26:41 -0500
commita2dc964e52846c2623e38e6ee74c736be2a87734 (patch)
treee919178e0d1fd3798c50395af4253b339b94a183 /client
parent6510d0750c504ffc728966cce334db9544b35bcb (diff)
client/posts: fix transparency grid for alternate base URIs
Diffstat (limited to 'client')
-rw-r--r--client/css/core-general.styl2
-rw-r--r--client/css/post-content-control.styl2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/css/core-general.styl b/client/css/core-general.styl
index f6191e2..b36822a 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 857b2ef..695895d 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