This commit is contained in:
Sanj 2012-10-24 14:49:43 +05:30
commit 44cb791484

View File

@ -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>