# HG changeset patch # User nishanth # Date 1267521365 -19800 # Node ID d034cd77cfa66299ee2736742f752af0efeb46d1 # Parent b8e7a4e86b351a9dd60fcec0041ed2d91691a832 added footer to base.html. diff -r b8e7a4e86b35 -r d034cd77cfa6 templates/base.html --- a/templates/base.html Tue Mar 02 14:04:03 2010 +0530 +++ b/templates/base.html Tue Mar 02 14:46:05 2010 +0530 @@ -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 @@