Changeset 8469


Ignore:
Timestamp:
Jan 4, 2011, 9:48:26 PM (13 years ago)
Author:
rvelices
Message:

thumbnails.tpl is smarty "stripped" to reduce payload-> increased margins of thumbnails in css

Location:
trunk/themes/default
Files:
2 edited

Legend:

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

    r8401 r8469  
    1 
    21{if !empty($thumbnails)}
    3 {foreach from=$thumbnails item=thumbnail}
     2{strip}{foreach from=$thumbnails item=thumbnail}
    43        <li>
    54        <span class="wrap1">
     
    3029        </span>
    3130        </li>
    32 {/foreach}
     31{/foreach}{/strip}
    3332{/if}
  • trunk/themes/default/theme.css

    r8463 r8469  
    283283
    284284.thumbnails .wrap1 {
    285         margin: 0 5px 5px 5px;
     285        margin: 0 7px 5px 7px;
    286286        display: table-cell; display: inline-table;
    287287        display: inline-block;/* Why 3 display option ??? */
Note: See TracChangeset for help on using the changeset viewer.