From d517a2b5b6d3ccb173335654c8a6add240650339 Mon Sep 17 00:00:00 2001 From: Karen Date: Tue, 2 Oct 2012 19:46:10 +0530 Subject: [PATCH] fixed zis noteworthy.html problem --- urbstudio/templates/noteworthy.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/urbstudio/templates/noteworthy.html b/urbstudio/templates/noteworthy.html index 2b5b7e2..f5f9e64 100755 --- a/urbstudio/templates/noteworthy.html +++ b/urbstudio/templates/noteworthy.html @@ -30,6 +30,9 @@ float:left; background:#000; } +.noteContentWrapper { +float:left; +} {% endblock %} @@ -52,13 +55,13 @@ background:#000; {% endif %} - +
{% if n.url %} {% endif %}{{ n.title }} {% if n.url %} {% endif %}


{{ n.description|linebreaksbr }}

- - +
+
{% endfor %}