diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index afc07422b..9b42149c0 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -21,7 +21,7 @@ margin-right:0; address img + .fn { display:block; -margin-top:6%; +margin-top:8%; width:100%; } @@ -40,7 +40,7 @@ left:0; } #site_nav_global_primary li { margin-left:0; -margin-right:1%; +margin-right:2%; float:left; font-size:0.9em; } @@ -105,9 +105,30 @@ box-shadow:none; width:96.41%; } +h1 { +margin-bottom:0; +} + +.notice, +.profile { +padding-top:4px; +padding-bottom:4px; +} +.notice .entry-title { +} +.notice div.entry-content { +margin-left:0; +width:75%; +} .notice-options { -width:90px; +width:70px; margin-right:2%; } + +#footer { +width:96%; +padding:2%; +} + |