diff options
-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;
}
|