From 04c2cef79679ce99eaec21eac6d9fd60da2fc246 Mon Sep 17 00:00:00 2001 From: Karen Date: Fri, 7 Oct 2011 17:04:54 +0530 Subject: [PATCH] final changes --- urbstudio/static/css/main.css | 3 ++- urbstudio/templates/noteworthy.html | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/urbstudio/static/css/main.css b/urbstudio/static/css/main.css index 9786044..ed91afa 100755 --- a/urbstudio/static/css/main.css +++ b/urbstudio/static/css/main.css @@ -86,7 +86,8 @@ outline:none; .menuSelected { -color:#db7232; +color:#db7232!important; +border-bottom:1px solid #a2a1a1!important; } .orange { diff --git a/urbstudio/templates/noteworthy.html b/urbstudio/templates/noteworthy.html index 7fa20c8..be2abaa 100755 --- a/urbstudio/templates/noteworthy.html +++ b/urbstudio/templates/noteworthy.html @@ -33,26 +33,11 @@ height:150px; {% block inner_content %}
- -

Title

-
-

This is dummy text about a beautiful architectural website.

-
- Read more


{% for n in noteworthy %}
- {{ n.title }} -

{{ n.title }}

-
-

{{ n.description }}

-
- {{ n.url }} -


{% endfor %}