front pages

This commit is contained in:
ashok sukumaran 2011-07-03 17:57:07 +05:30
parent b002619268
commit e7f3097bcc
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ ul {
width: 100%;
height: 80px;
color: #fff;
background: #684923;
background: #3B240B;
position: relative;
}
@ -47,12 +47,12 @@ ul {
}
#mainTitle h1 a:hover {
color: #ffff00;
color: #2E64FE;
}
#pageTitle {
position: absolute;
left: 430px;
left: 420px;
top: 30px;
color: #2E64FE;
}
@ -89,7 +89,7 @@ ul {
height: 65px;
bottom: 0px;
width: 100%;
background: #684923;
background: #3B240B;
}
#footer a {
@ -99,7 +99,7 @@ ul {
}
#footer a:hover {
color: #ffff00;
color: #2E64FE;
}
#nav {

View File

@ -15,7 +15,7 @@
{% block content %}
<div class="centerSentence">
Welcome to <a href="contact">Edgwareroad.org</a>.
Here you can <a href="publish">create</a> a publication, <a href="browse">browse</a> existing publications, and <a href="archive">view an archive</a> of materials generated in and around the Edgware Road.
Here you can <a href="publish">create</a> a publication, <a href="browse">browse</a> existing publications, or <a href="archive">view an archive</a> of materials generated on the Edgware Road and beyond.
</div>
{% endblock %}