changes for noteworthy.html images

This commit is contained in:
Karen 2012-10-19 18:38:09 +05:30
parent 2e513121b6
commit 743be0fa22

View File

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