pytask/static/css/base.css
changeset 481 b93a85589490
parent 479 fdaf0d8ceb53
child 498 9f04b7bcc333
--- 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;