diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:14:53 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:14:53 -0400 |
| commit | 14b92bdc7fb69a5751a7e029537e910cb7345262 (patch) | |
| tree | f89c2c06f9a1474257d85649b6d418c7995b11bc /StoneIsland/platforms | |
| parent | 48e5fec1e86ee8f22ed0e0f3dde5b93f600b7a6f (diff) | |
phonegap stuff
Diffstat (limited to 'StoneIsland/platforms')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/nav.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/css/nav.css b/StoneIsland/platforms/ios/www/css/nav.css index cf1a94e3..25f4c3bb 100644 --- a/StoneIsland/platforms/ios/www/css/nav.css +++ b/StoneIsland/platforms/ios/www/css/nav.css @@ -45,7 +45,7 @@ } #intro div { position: absolute; - top: 40%; left: 50%; + top: 50%; left: 50%; width: 200px; padding: 50px; text-align: center; @@ -73,7 +73,7 @@ } #intro .latlng { position: absolute; - bottom: 10%; left: 0; width: 100%; + bottom: 5%; left: 0; width: 100%; text-align: center; z-index: 2 } |
