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

git-svn-id: http://piwigo.org/svn/trunk@8469 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-01-04 20:48:26 +00:00
parent 5f63a01ad4
commit 6869125504
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,5 @@
{if !empty($thumbnails)}
{foreach from=$thumbnails item=thumbnail}
{strip}{foreach from=$thumbnails item=thumbnail}
<li>
<span class="wrap1">
<span class="wrap2">
@ -29,5 +28,5 @@
</span>
</span>
</li>
{/foreach}
{/foreach}{/strip}
{/if}

View file

@ -282,7 +282,7 @@ TD.calDayHead {
.thumbnails LI { display: inline }
.thumbnails .wrap1 {
margin: 0 5px 5px 5px;
margin: 0 7px 5px 7px;
display: table-cell; display: inline-table;
display: inline-block;/* Why 3 display option ??? */
vertical-align: top; /* OK with Opera and IE6 not Geko */