From e7f3097bccd4a9d666756496f349ee37946de1f4 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sun, 3 Jul 2011 17:57:07 +0530 Subject: [PATCH] front pages --- edgware/static/css/main.css | 10 +++++----- edgware/templates/main/home.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 9351640..7ccc6b2 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -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 { diff --git a/edgware/templates/main/home.html b/edgware/templates/main/home.html index 676a8d4..e2bc368 100644 --- a/edgware/templates/main/home.html +++ b/edgware/templates/main/home.html @@ -15,7 +15,7 @@ {% block content %}
Welcome to Edgwareroad.org. - Here you can create a publication, browse existing publications, and view an archive of materials generated in and around the Edgware Road. + Here you can create a publication, browse existing publications, or view an archive of materials generated on the Edgware Road and beyond.
{% endblock %}