Author: hhubner Date: 2006-03-07 14:46:37 -0500 (Tue, 07 Mar 2006) New Revision: 1905
Modified: trunk/projects/quickhoney/website/static/javascript.js Log: Re-add thumbnail borders.
Modified: trunk/projects/quickhoney/website/static/javascript.js =================================================================== --- trunk/projects/quickhoney/website/static/javascript.js 2006-03-07 19:44:34 UTC (rev 1904) +++ trunk/projects/quickhoney/website/static/javascript.js 2006-03-07 19:46:37 UTC (rev 1905) @@ -743,7 +743,7 @@ var image = row[image_index]; thumbnail_html += '<a href="#" onclick="display_image(' + "'" + image.position + "'" + ');">' - + '<img class="inherited_image" width="' + cell_width + '" height="' + cell_height + '" ' + + '<img class="inherited_image" width="' + cell_width + '" height="' + cell_height + ',8" ' + ' src="/image/' + image.name + '/cell,' + background_color + ',' + cell_width + ',' + cell_height + '" ' + ' onload="reveal_image(this);" />' + '</a>';