diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-15 13:08:57 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-15 13:08:57 +0000 |
commit | d7efe87e770e83339a86dce83b7f75a99a52567d (patch) | |
tree | bc25e44e631091dca47ceb6b3f5cba98d9816343 /plugins/MobileProfile | |
parent | 94c7b2b43ab04c94e85bc276e6ee9bd59d424984 (diff) |
Better widths for notice options (improves Opera Mini's rendering)
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 28b7f49ab..d72b316cf 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -125,10 +125,10 @@ padding-bottom:4px; } .notice div.entry-content { margin-left:0; -width:75%; +width:65%; } .notice-options { -width:70px; +width:30%; margin-right:2%; } |