Fixed gap of screenshots within the thumbnail DIV

This commit is contained in:
Christoph Haas 2013-11-17 14:25:27 +01:00
parent 3c9884aac8
commit fad7634f73

View file

@ -9,8 +9,8 @@
<div style="text-align: center">
<%= 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})")