diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-09 22:30:32 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-09 22:30:32 +0200 |
commit | d11cca62d559dfd20f9c7007817fcad98f5c2523 (patch) | |
tree | d6b8ad8c09c5c334b0e909500a8358576cec0187 | |
parent | refined draft (diff) | |
download | pyload-d11cca62d559dfd20f9c7007817fcad98f5c2523.tar.xz |
better footer
-rw-r--r-- | module/web/mockups/index.html | 17 |
1 files changed, 15 insertions, 2 deletions
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>
|