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