From 2e9014d28e29ae873c37b58d77d98da362ff6651 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Mon, 16 Sep 2013 10:39:47 +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 1d367ce..2a656b1 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-30); + $('#thumbcontainer').css('width',document.body.clientWidth-40); ends=getThumbStartEnd(n,maxThumb); currentlist=ends.last; nright=ends.last-Math.round((maxThumb/2))+maxThumb-1;