RS, DG; Photo websocket margins fixed

This commit is contained in:
Raphael 2010-08-10 16:40:15 -07:00
parent a9ebe44b1d
commit 3104eeebc9

View file

@ -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>"