From 231c6f8ec8355c9bbbc90a5af9f34b32773f7caa Mon Sep 17 00:00:00 2001 From: nishanth Date: Tue, 2 Mar 2010 14:46:05 +0530 Subject: added footer to base.html. --- templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 79e8bb0..75ff96e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -101,8 +101,8 @@ } #footer { margin: 10px 0px 0px 0px; - text-align: center; - padding: 15px 0px 15px 0px; + text-align: left; + padding: 5px 0px 5px 0px; background-color: #f1f1f1; } #footer p { @@ -166,6 +166,7 @@ -- cgit