diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:14:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:14:38 -0400 |
| commit | 48e5fec1e86ee8f22ed0e0f3dde5b93f600b7a6f (patch) | |
| tree | fc04dc3e9146f8800d51f6e24ca1b03d92599609 /StoneIsland/www/css | |
| parent | 164fc4407621b4bd6448dd7790d684635a023726 (diff) | |
phonegap stuff
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 3c4e5e3e..25f4c3bb 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -16,11 +16,13 @@ -webkit-transform: translateZ(0) translateX(0px); -webkit-transition: -webkit-transform 0.3s; } +/* .ios #nav, .ios #content { top: 20px; height: -webkit-calc(100% - 20px); } + */ .nav #nav { -webkit-transform: translateZ(0) translateX(0); } @@ -71,7 +73,7 @@ } #intro .latlng { position: absolute; - bottom: 0; left: 0; width: 100%; + bottom: 5%; left: 0; width: 100%; text-align: center; z-index: 2 } |
