diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-02 10:43:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-02 10:43:46 -0500 |
| commit | 95b7043c7bf259da3135652461f80162be432691 (patch) | |
| tree | 65c3fdee291427b20b0b09e66e2ae64b35c8ce71 | |
| parent | e7ecd5b141945a9c9ca7a57df643eaa3f3fdc3d6 (diff) | |
spacing
| -rw-r--r-- | config.json.example | 12 | ||||
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/config.json.example b/config.json.example index dc79edd..7072d48 100644 --- a/config.json.example +++ b/config.json.example @@ -1,9 +1,9 @@ { - "host": "lvh.me:3000", - "hostName": "lvh.me", - "port": 3000, - "socketPort": 1337, - "webhookPort": 5000, + "host": "lvh.me:3000", + "hostName": "lvh.me", + "port": 3000, + "socketPort": 1337, + "webhookPort": 5000, "databaseHost": "lvh.me", - "env": { "development": 1 } + "env": { "development": 1 } } diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 7c49ed1..0a7e24a 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1067,7 +1067,7 @@ iframe.embed { /* purchase mode */ .paidPlan input[type=number] { display: none; float: right; } form .paidPlan div { float: none; } -form .paidPlan label { float: none; font-size: 2vw; margin: 0 10px; } +form .paidPlan label { float: none; font-size: 16px; margin: 0 10px; } .paidPlan .upgradeMenu div { padding: 5px 10px; } .paidPlan .editMenu { display: none } .paidPlan .planMenu { display: none } |
