diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-07 11:09:59 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-07 11:09:59 +0100 |
commit | 04532fa95810816249e13d62103ca55fd1f78470 (patch) | |
tree | c953ea3f2476347dd1a2ee592dde9f642ac31a1a | |
parent | faf34f219a355b61f9af6b5dc23baa328481a668 (diff) |
mobile-nav-banner should be fixed and not mobile-map-banner as that breaks around page
-rw-r--r-- | phonegap/www/css/mobile.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phonegap/www/css/mobile.css b/phonegap/www/css/mobile.css index 4c97ea2ba..4ba7237f3 100644 --- a/phonegap/www/css/mobile.css +++ b/phonegap/www/css/mobile.css @@ -9,6 +9,7 @@ } .mobile-nav-banner { + position: fixed; background: black; } @@ -67,10 +68,6 @@ bottom: 0.3em; } -.mobile-map-banner { - position: fixed; -} - .mobile-header { margin-top: 35px; } |