Fixed gap of screenshots within the thumbnail DIV
This commit is contained in:
parent
3c9884aac8
commit
fad7634f73
1 changed files with 2 additions and 2 deletions
|
|
@ -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})")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue