# HG changeset patch # User Madhusudan.C.S # Date 1295470358 -19800 # Node ID b93a855894902dd0e5e4abddc6c643895d961496 # Parent d0325456f266064f0a10bd9750eeecd8fca04579 Add CSS for footer and add contact information to footer. diff -r d0325456f266 -r b93a85589490 pytask/static/css/base.css --- a/pytask/static/css/base.css Thu Jan 20 01:37:44 2011 +0530 +++ b/pytask/static/css/base.css Thu Jan 20 02:22:38 2011 +0530 @@ -153,13 +153,20 @@ } #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 -r d0325456f266 -r b93a85589490 pytask/templates/base.html --- a/pytask/templates/base.html Thu Jan 20 01:37:44 2011 +0530 +++ b/pytask/templates/base.html Thu Jan 20 02:22:38 2011 +0530 @@ -44,6 +44,8 @@

PyTask

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