From 561e54d5a6e7474003148848104c354a25a290ee Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 24 Oct 2012 15:32:17 +0530 Subject: [PATCH] noteworthy css and links to large images --- urbstudio/templates/noteworthy.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/urbstudio/templates/noteworthy.html b/urbstudio/templates/noteworthy.html index 1ddbed8..93f1a35 100755 --- a/urbstudio/templates/noteworthy.html +++ b/urbstudio/templates/noteworthy.html @@ -29,6 +29,10 @@ padding-right:20px; /*width:200px;*/ } +.imgLinksExtra { +padding-top: 10px; +} + .imgLinksExtra:nth-of-type(odd) { padding-right: 20px; } @@ -58,10 +62,13 @@ float:right;
{% if n.image %} - {% thumbnail n.image "200" as im %} - + {% thumbnail n.image "1000" as im_large %} + {% thumbnail n.image "200" as im %} + + + {% endthumbnail %} - + {% endthumbnail %} {% else %}