diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-09 22:42:39 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-09 22:42:39 +0200 |
commit | bd65a8ba4a2f04061b0b96f887289c00c4e1f665 (patch) | |
tree | f41c59aa03005ae83c586b1085f4b0e22cebfb5a | |
parent | better footer (diff) | |
download | pyload-bd65a8ba4a2f04061b0b96f887289c00c4e1f665.tar.xz |
wider footer
-rw-r--r-- | module/web/mockups/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/mockups/index.html b/module/web/mockups/index.html index a85524f45..b41362ed6 100644 --- a/module/web/mockups/index.html +++ b/module/web/mockups/index.html @@ -80,7 +80,7 @@ Released : 20120325 footer div.center {
padding-top: 10px;
- width: 800px;
+ width: 900px;
margin-left: auto;
margin-right: auto;
}
@@ -101,7 +101,7 @@ Released : 20120325 font-size: 12px;
float: left;
margin: 0;
- width: 125px;
+ width: 150px;
padding-top: 6px;
padding-right: 30px;
}
|