added footer to base.html.
authornishanth
Tue, 02 Mar 2010 14:46:05 +0530
changeset 174 d034cd77cfa6
parent 173 b8e7a4e86b35
child 175 10a488a6fbba
added footer to base.html.
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 @@
         </div>
     </div>
     <div id="footer">
+    Designed by <a href="http://fossee.in">FOSSEE</a>
     </div>
 </div>