From fad7634f73a4a0a4010aca64585eff8511e154b2 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 17 Nov 2013 14:25:27 +0100 Subject: [PATCH] Fixed gap of screenshots within the thumbnail DIV --- app/views/packages/_packages_search_results_grid.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/packages/_packages_search_results_grid.html.erb b/app/views/packages/_packages_search_results_grid.html.erb index 2a581f4..44c0df5 100644 --- a/app/views/packages/_packages_search_results_grid.html.erb +++ b/app/views/packages/_packages_search_results_grid.html.erb @@ -9,8 +9,8 @@
<%= link_to image_tag(screenshot.image_url('small')), screenshot.image_url('large'), - :class => 'fancybox thumbnail', - :style => 'height: 130px', + :class => 'fancybox', + :style => 'height: 120px', :title => ( "#{package.description}" + (screenshot.description.blank? ? '' : " (#{screenshot.description})")