Lobo layout, Header3 part: avoid additional space below header image
This commit is contained in:
parent
797e82ae43
commit
2336314310
2 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,8 @@
|
|||
</a></span>
|
||||
</div>
|
||||
</tal:image>
|
||||
<div tal:attributes="class python:part.cssClass[1]">
|
||||
<div tal:condition="cell/renderedTextDescription"
|
||||
tal:attributes="class python:part.cssClass[1]">
|
||||
<span tal:content="structure cell/renderedTextDescription" />
|
||||
</div>
|
||||
<tal:break condition="python:part.showImage and cell.img">
|
||||
|
|
|
@ -233,7 +233,7 @@ class Header3(BasePart):
|
|||
|
||||
macroName = 'header'
|
||||
imageSize = 'large'
|
||||
cssClass = ['span-6 last', 'clear']
|
||||
cssClass = ['span-6 last', 'clear', 'clear']
|
||||
|
||||
|
||||
# resource parts
|
||||
|
|
Loading…
Add table
Reference in a new issue