From 7eb1ade2132e5dcfa9bea510ff35e48352251b63 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 20 Jan 2011 02:22:38 +0530 Subject: Add CSS for footer and add contact information to footer. --- pytask/static/css/base.css | 13 ++++++++++--- pytask/templates/base.html | 20 +++++++++++++++----- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/pytask/static/css/base.css b/pytask/static/css/base.css index b51c7ff..79b8f3c 100644 --- a/pytask/static/css/base.css +++ b/pytask/static/css/base.css @@ -153,13 +153,20 @@ h1 { } #footer { - margin: 10px 0px 0px 0px; - text-align: center; - padding: 5px 0px 5px 0px; + margin: 20px 0px 0px 0px; + padding: 5px 20px 5px 20px; background-color: #f1f1f1; clear: both; } +#footer #designed { + text-align: left; +} + +#footer #contact { + text-align: right; +} + #footer p { color: #999; margin: 0px auto 0px auto; diff --git a/pytask/templates/base.html b/pytask/templates/base.html index 6eba8d4..2931f08 100644 --- a/pytask/templates/base.html +++ b/pytask/templates/base.html @@ -44,6 +44,8 @@

PyTask

+
@@ -64,15 +66,23 @@ {% endblock rightsidebar %} {% include "_right_sidebar.html" %}
- -
-
+
+
- + -- cgit