merged
This commit is contained in:
commit
44cb791484
|
@ -22,7 +22,11 @@ border-bottom:none;
|
||||||
.imgLinks {
|
.imgLinks {
|
||||||
padding-right:20px;
|
padding-right:20px;
|
||||||
float:left;
|
float:left;
|
||||||
width:200px;
|
/*width:200px;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.imgLinksExtra:nth-of-type(odd) {
|
||||||
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgNone {
|
.imgNone {
|
||||||
|
@ -52,6 +56,9 @@ float:right;
|
||||||
{% thumbnail n.image "200" as im %}
|
{% thumbnail n.image "200" as im %}
|
||||||
<img src="{{ im.url }}" width="200" alt="" class="imgLinks">
|
<img src="{{ im.url }}" width="200" alt="" class="imgLinks">
|
||||||
{% endthumbnail %}
|
{% endthumbnail %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="imgNone"></div>
|
<div class="imgNone"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user