diff options
Diffstat (limited to 'phonegap/www/css/mobile.css')
-rw-r--r-- | phonegap/www/css/mobile.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phonegap/www/css/mobile.css b/phonegap/www/css/mobile.css index f17f753fd..0cabbe5d5 100644 --- a/phonegap/www/css/mobile.css +++ b/phonegap/www/css/mobile.css @@ -8,13 +8,16 @@ padding-bottom: 0; } +.nodisplay { + display: none; +} + .mobile-nav-banner { position: fixed; background: black; } .mobile-sign-in-banner { - display: none; background: none; } @@ -26,7 +29,6 @@ } .mobile-info { - position: fixed; bottom: 0px; width: 100%; height: 20px; |