final changes

This commit is contained in:
Karen 2011-10-07 17:04:54 +05:30
parent 2d7f9e855a
commit 04c2cef796
2 changed files with 2 additions and 16 deletions

View File

@ -86,7 +86,8 @@ outline:none;
.menuSelected .menuSelected
{ {
color:#db7232; color:#db7232!important;
border-bottom:1px solid #a2a1a1!important;
} }
.orange { .orange {

View File

@ -33,26 +33,11 @@ height:150px;
{% block inner_content %} {% block inner_content %}
<div class="noteworthy"> <div class="noteworthy">
<div class="imgLinks">
<img src="img/linksDummy.jpg" width="200" height="150" alt="links-dummy">
</div>
<p class="orange"><strong>Title</strong></p>
<br>
<p>This is dummy text about a beautiful architectural website.</p>
<br>
<a href="">Read more</a>
<br><br><br> <br><br><br>
</div><!--NOTEWORTHY CLOSING --> </div><!--NOTEWORTHY CLOSING -->
{% for n in noteworthy %} {% for n in noteworthy %}
<div class="noteworthy"> <div class="noteworthy">
<img src="{{ n.image.url }}" width="200" height="150" alt="{{ n.title }}" class="imgLinks">
<p class="orange"><strong>{{ n.title }}</strong></p>
<br>
<p>{{ n.description }}</p>
<br>
<a href="{{ n.url }}">{{ n.url }}</a>
<br><br><br>
</div><!--NOTEWORTHY CLOSING --> </div><!--NOTEWORTHY CLOSING -->
{% endfor %} {% endfor %}