footer, header changes
This commit is contained in:
parent
2a40187458
commit
3fa9c5e3b9
|
@ -118,7 +118,7 @@ background: linear-gradient(top, #94997e 0%,#d2dab3 10%,#d2dab3 80%,#94997e 100%
|
|||
|
||||
#branding h1 a {
|
||||
height: 115px;
|
||||
width: 750px;
|
||||
width: 960px;
|
||||
display: block;
|
||||
/*background: url("../images/rapidsms-logo.png") no-repeat 0 50%;*/
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ text-shadow: #000 1px 2px 1px;}
|
|||
{list-style:none;
|
||||
margin-bottom:16px;
|
||||
margin-right:20px;
|
||||
font-size: 14px;}
|
||||
font-size:16px;}
|
||||
|
||||
#instruction ul li
|
||||
{margin-bottom:8px;}
|
||||
|
@ -88,6 +88,10 @@ font-weight:bold;
|
|||
font-family:monospace;
|
||||
font-size:14px;}
|
||||
|
||||
#footer p {
|
||||
text-align:center;
|
||||
color:#000;}
|
||||
|
||||
/* END Our CSS */
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
@ -184,6 +188,8 @@ urlpatterns = patterns('',
|
|||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
<div id="footer"></div>
|
||||
<div id="footer">
|
||||
<p><a href="http://chalobest.in">ChaloBEST</a> is a collaboration of <a href="http://mesn.org">Mumbai Environmental Social Network (MESN)</a>, <a href="http://sparcsys.com">SPARC Systems</a>, <a href="http://camputer.org">CAMP</a>, and <br> <a href="http://www.hbcse.tifr.res.in">Homi Bhabha Centre for Science Education, TIFR</a>, with a little help from <a href="http://bestundertaking.com">our friends</a>.</p>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user