add bottom margin to avoid images directly sticking together
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4172 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
60c6311efa
commit
d839e7484a
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
||||||
<a tal:attributes="href cell/targetUrl;
|
<a tal:attributes="href cell/targetUrl;
|
||||||
title cell/description">
|
title cell/description">
|
||||||
<metal:image use-macro="item/macros/image" />
|
<metal:image use-macro="item/macros/image" />
|
||||||
</a><br />
|
</a>
|
||||||
|
<tal:break condition="cell/img"><br /> </tal:break>
|
||||||
</div>
|
</div>
|
||||||
<div tal:attributes="class python:cell.cssClass[1]">
|
<div tal:attributes="class python:cell.cssClass[1]">
|
||||||
<a tal:attributes="href cell/targetUrl">
|
<a tal:attributes="href cell/targetUrl">
|
||||||
|
|
Loading…
Add table
Reference in a new issue