From d11cca62d559dfd20f9c7007817fcad98f5c2523 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Thu, 9 Aug 2012 22:30:32 +0200
Subject: better footer

---
 module/web/mockups/index.html | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

(limited to 'module/web')

diff --git a/module/web/mockups/index.html b/module/web/mockups/index.html
index a709d7ca7..a85524f45 100644
--- a/module/web/mockups/index.html
+++ b/module/web/mockups/index.html
@@ -79,8 +79,10 @@ Released   : 20120325
     }
 
     footer div.center {
-        padding-left: 50px;
         padding-top: 10px;
+        width: 800px;
+        margin-left: auto;
+        margin-right: auto;
     }
 
     footer:before {
@@ -99,11 +101,17 @@ Released   : 20120325
         font-size: 12px;
         float: left;
         margin: 0;
-        width: 150px;
+        width: 125px;
         padding-top: 6px;
         padding-right: 30px;
     }
 
+    footer .copyright {
+        text-align: center;
+        width: auto;
+        padding-top: 22px;
+    }
+
     footer h2 {
         background: url("images/double-line.gif") repeat-x scroll center bottom transparent !important;
         color: #FFFFFF;
@@ -205,6 +213,11 @@ Released   : 20120325
     <div class="center">
     <img class="logo" src="images/Logo_grey.png"/>
 
+        <div class="block copyright">
+            © 2008-2012<br>
+            The pyLoad Team<br>
+        </div>
+
     <div class="block">
         <h2 class="block-title">Powered by</h2>
          asd <br>
-- 
cgit v1.2.3