diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-10 11:15:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-10 11:15:05 +0200 |
commit | 7eb614c8aafc2f830479e1026e6a4924bda657cb (patch) | |
tree | b6d8d55d3d629f3a3b2ec360bc06b946b5d110d0 /view/theme | |
parent | e1f64b6748218dd2668e407dfe780348433d4a63 (diff) | |
download | volse-hubzilla-7eb614c8aafc2f830479e1026e6a4924bda657cb.tar.gz volse-hubzilla-7eb614c8aafc2f830479e1026e6a4924bda657cb.tar.bz2 volse-hubzilla-7eb614c8aafc2f830479e1026e6a4924bda657cb.zip |
schema focus: refine content width to be more in balance with the recent aside width
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/focus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/focus.php b/view/theme/redbasic/schema/focus.php index 9ffedab0d..1f1963764 100644 --- a/view/theme/redbasic/schema/focus.php +++ b/view/theme/redbasic/schema/focus.php @@ -46,7 +46,7 @@ if (! $radius) if (! $shadow) $shadow = "0"; if (! $converse_width) - $converse_width = "656"; + $converse_width = "790"; if(! $top_photo) $top_photo = '48px'; if(! $comment_indent) |