From e70c8adf7fc64e6272d83b4d3c9d964dc00a282e Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Mon, 16 Sep 2013 10:47:18 +0300 Subject: [PATCH] TRying to develop all button again. --- galleryscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galleryscript.js b/galleryscript.js index 1552e21..51a70a3 100644 --- a/galleryscript.js +++ b/galleryscript.js @@ -1133,7 +1133,7 @@ function thumblist(n,curr) { // creates the short thumbnail list maxThumb=getmaxthumbs(); if (imagelist.length==0) { return; } - $('#thumbcontainer').css('width',document.body.clientWidth-50); + $('#thumbcontainer').css('width',document.body.clientWidth-60); ends=getThumbStartEnd(n,maxThumb); currentlist=ends.last; nright=ends.last-Math.round((maxThumb/2))+maxThumb-1;