fix space below images
This commit is contained in:
parent
132206e823
commit
b96a7df7aa
2 changed files with 3 additions and 5 deletions
|
@ -112,15 +112,13 @@
|
|||
<img tal:condition="showImageLink|python:False"
|
||||
tal:attributes="src cell/img/src;
|
||||
class cell/img/cssClass;
|
||||
alt cell/title" />
|
||||
</a>
|
||||
alt cell/title" /></a>
|
||||
<a tal:condition="not:showImageLink|python:False"
|
||||
tal:attributes="href cell/targetUrl;
|
||||
title cell/title">
|
||||
<img tal:attributes="src cell/img/src;
|
||||
class cell/img/cssClass;
|
||||
alt cell/title" />
|
||||
</a>
|
||||
alt cell/title" /></a>
|
||||
</tal:img>
|
||||
</metal:image>
|
||||
|
||||
|
|
|
@ -443,7 +443,7 @@ img.notselected {
|
|||
/* lobo layout-specific classes */
|
||||
|
||||
.legend {
|
||||
margin-top: 1px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* comments */
|
||||
|
|
Loading…
Add table
Reference in a new issue