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"
|
<img tal:condition="showImageLink|python:False"
|
||||||
tal:attributes="src cell/img/src;
|
tal:attributes="src cell/img/src;
|
||||||
class cell/img/cssClass;
|
class cell/img/cssClass;
|
||||||
alt cell/title" />
|
alt cell/title" /></a>
|
||||||
</a>
|
|
||||||
<a tal:condition="not:showImageLink|python:False"
|
<a tal:condition="not:showImageLink|python:False"
|
||||||
tal:attributes="href cell/targetUrl;
|
tal:attributes="href cell/targetUrl;
|
||||||
title cell/title">
|
title cell/title">
|
||||||
<img tal:attributes="src cell/img/src;
|
<img tal:attributes="src cell/img/src;
|
||||||
class cell/img/cssClass;
|
class cell/img/cssClass;
|
||||||
alt cell/title" />
|
alt cell/title" /></a>
|
||||||
</a>
|
|
||||||
</tal:img>
|
</tal:img>
|
||||||
</metal:image>
|
</metal:image>
|
||||||
|
|
||||||
|
|
|
@ -443,7 +443,7 @@ img.notselected {
|
||||||
/* lobo layout-specific classes */
|
/* lobo layout-specific classes */
|
||||||
|
|
||||||
.legend {
|
.legend {
|
||||||
margin-top: 1px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* comments */
|
/* comments */
|
||||||
|
|
Loading…
Add table
Reference in a new issue