Ignore:
Timestamp:
Jan 26, 2012, 10:15:16 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/thumbnails.tpl

    r12954 r12958  
    66.thumbnails .wrap2 A,
    77.thumbnails LABEL{ldelim}
    8         width: {$derivative_params->max_width()}px;
     8        width: {$derivative_params->max_width()+2}px;
    99}
    1010
    1111.thumbnails .wrap2{ldelim}
    12         height: {$derivative_params->max_height()+2}px;
     12        height: {$derivative_params->max_height()+3}px;
    1313}
    1414{if $derivative_params->max_width() > 600}
Note: See TracChangeset for help on using the changeset viewer.