work in progress: layouts for the Lobo skin
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4000 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
033604cbc2
commit
c088b1c478
2 changed files with 5 additions and 2 deletions
|
@ -34,8 +34,10 @@
|
|||
</a>
|
||||
</div>
|
||||
<div tal:attributes="class python:cell.cssClass[1]">
|
||||
<a tal:attributes="href cell/targetUrl">
|
||||
<b tal:content="cell/title" /><br />
|
||||
<i tal:content="cell/description" />
|
||||
</a>
|
||||
</div>
|
||||
</tal:cell>
|
||||
</metal:block>
|
||||
|
@ -46,7 +48,8 @@
|
|||
<metal:headline use-macro="item/macros/headline" />
|
||||
<metal:image use-macro="item/macros/image" />
|
||||
<metal:text use-macro="item/macros/text" />
|
||||
<br style="clear: both" />
|
||||
<tal:break condition="cell/img">
|
||||
<br style="clear: both" /> </tal:break>
|
||||
</div>
|
||||
</metal:block>
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ class List1(BasePart):
|
|||
|
||||
macroName = 'list1'
|
||||
imageSize = 'small'
|
||||
gridPattern = [['span-2', 'span-4 last']]
|
||||
gridPattern = [['span-2 clear', 'span-4 last']]
|
||||
|
||||
|
||||
class Header1(BasePart):
|
||||
|
|
Loading…
Add table
Reference in a new issue