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