diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2019-02-05 09:26:41 -0500 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2019-02-05 09:26:41 -0500 |
| commit | a2dc964e52846c2623e38e6ee74c736be2a87734 (patch) | |
| tree | e919178e0d1fd3798c50395af4253b339b94a183 /client | |
| parent | 6510d0750c504ffc728966cce334db9544b35bcb (diff) | |
client/posts: fix transparency grid for alternate base URIs
Diffstat (limited to 'client')
| -rw-r--r-- | client/css/core-general.styl | 2 | ||||
| -rw-r--r-- | 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 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 |