template bug fix: div element shifted right portlets to bottom
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3541 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
d0cc8acbc0
commit
a6b2d22324
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<p tal:define="description description|item/description"
|
<p tal:define="description description|item/description"
|
||||||
tal:condition="description">
|
tal:condition="description">
|
||||||
<i tal:content="description">Description</i></p>
|
<i tal:content="description">Description</i></p>
|
||||||
<div metal:define-slot="fields" />
|
<metal:fields define-slot="fields" />
|
||||||
<div class="content-1" id="1.body"
|
<div class="content-1" id="1.body"
|
||||||
tal:attributes="id id;"
|
tal:attributes="id id;"
|
||||||
tal:content="structure item/render">
|
tal:content="structure item/render">
|
||||||
|
|
Loading…
Add table
Reference in a new issue