RS, DG; Photo websocket margins fixed
This commit is contained in:
parent
a9ebe44b1d
commit
3104eeebc9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
if (location.href.indexOf(photoHash['album_id']) == -1){
|
||||
return ;
|
||||
}
|
||||
html = "<div class=\'image_thumb\' id=\'"+photoHash['id']+"\'> \
|
||||
html = "<div class=\'image_thumb\' id=\'"+photoHash['id']+"\' style=\'padding-right:3px;\'> \
|
||||
<a href=\"/photos/"+ photoHash['id'] +"\"> \
|
||||
<img alt=\"New thumbnail\" src=\""+ photoHash['thumb_url'] +"\" /> \
|
||||
</a> </div>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue