diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-15 14:46:49 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-15 14:46:49 +0000 |
commit | 414ca4e83f85fc329b1c8469ded612e94272c9ff (patch) | |
tree | 58c346569009a1da1c5cc15727c7c7fc02712387 /plugins/MobileProfile/mp-screen.css | |
parent | 63d2476d742a7d892b8fa7db0a9bccb7eb21bc55 (diff) |
Adjusted global and local navigation spacing and size. Fixed logo's
view in Opera Mini
Diffstat (limited to 'plugins/MobileProfile/mp-screen.css')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 16d212c79..9b7d53120 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -8,12 +8,14 @@ max-width:100%; #header { margin:0; -padding:2%; +padding:0.7em 2%; width:96%; } address { -margin:5% 0 0 0; +margin:1em 0 0 0; +float:left; +width:100%; } address .vcard .photo { margin-right:0; @@ -21,8 +23,8 @@ margin-right:0; address img + .fn { display:block; -margin-top:8%; -width:100%; +margin-top:1.25em; +float:left; } .vcard .photo { @@ -66,7 +68,7 @@ left:0; } #site_nav_global_primary li { margin-left:0; -margin-right:2%; +margin-right:4%; float:left; font-size:0.9em; } @@ -120,8 +122,9 @@ margin-right:0; margin-left:0; } #site_nav_local_views a { -padding:0; +padding:1px 4px; display:block; +font-size:0.9em; } #site_nav_local_views .current a { text-shadow:none; @@ -136,6 +139,11 @@ box-shadow:none; #content { width:96.41%; } +#content, +#site_nav_local_views a, +#aside_primary { +border:0; +} h1 { margin-bottom:0; |