--- a/app/templates/projrev/base.html Fri Aug 07 04:13:53 2009 +0530
+++ b/app/templates/projrev/base.html Sat Aug 08 23:54:36 2009 +0530
@@ -36,7 +36,8 @@
<h1 id="logo"><a href="index.html" title="">National Mission on Education <span class="gray">through ICT</span></a></h1>
</div></div>
- <div class="headerphoto"></div>
+ <!-- <div class="headerphoto"></div> -->
+ <br /> <br />
{% endblock header %}
<!-- content-wrap starts here -->
@@ -50,7 +51,7 @@
<ul class="sidemenu">
{% if user.is_authenticated %}
<li>Welcome, {{ user.username }}</li>
- <li><a href="/logout/" class="top">Logout</a></li>
+ <li><a href="/logout/" class="top"><strong>Logout</strong></a></li>
{% if user.is_staff%}
<li><a href="/proposal/review/" class="top">Review Proposals</a></li>
<li><a href="/proposal/rank/" class="top">Aggregated Scores for Proposals</a></li>
@@ -59,7 +60,7 @@
{% endif %}
{% else %}
<li>Welcome, new user. Please log in.</li>
- <li><a href="/login/" class="top">Login</a></li>
+ <li><a href="/login/" class="top"><strong>Login</strong></a></li>
{% endif %}
</ul>
</div>