diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-25 12:35:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-25 12:35:03 +0100 |
commit | aff62bb918b8aaf7d8839d54938c4c2f585dd8d1 (patch) | |
tree | a77becb360a5891377822c1e7fc7137231b8d718 /www/css | |
parent | cb502f758d9e2979331de68e48911379a74faf96 (diff) |
add in mobile nav banners and info button where required
remove redundant includes and header content
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/mobile.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css index 748d0fb..29203bf 100644 --- a/www/css/mobile.css +++ b/www/css/mobile.css @@ -1,3 +1,7 @@ +.mobile-nav-banner { + background: black; +} + .mobile-info { position: fixed; bottom: 0px; @@ -40,3 +44,17 @@ right: 0.3em; bottom: 0.3em; } + +.mobile-map-banner { + position: fixed; +} + +.mobile-header { + margin-top: 35px; +} + + + +.mobile-header #site-logo { + margin-top: 35px; +}
\ No newline at end of file |