Merge pull request #222 from sgsunder/fix-transparancy-grid
Fix transparency grid for alternate base URIs
This commit is contained in:
commit
2fdd8cb3ab
2 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ a .access-key
|
||||||
width: 20px
|
width: 20px
|
||||||
height: 20px
|
height: 20px
|
||||||
&.empty
|
&.empty
|
||||||
background-image: url('/img/transparency_grid.png')
|
background-image: url('../img/transparency_grid.png')
|
||||||
background-repeat: repeat
|
background-repeat: repeat
|
||||||
background-size: initial
|
background-size: initial
|
||||||
img
|
img
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.post-container
|
.post-container
|
||||||
.post-content.transparency-grid img
|
.post-content.transparency-grid img
|
||||||
background: url('/img/transparency_grid.png')
|
background: url('../img/transparency_grid.png')
|
||||||
|
|
||||||
text-align: center
|
text-align: center
|
||||||
.post-content
|
.post-content
|
||||||
|
|
Loading…
Reference in a new issue