diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-05 21:37:30 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-05 21:37:30 -0700 |
commit | 49239c936a907f98011c22ea3bda5812f27a181c (patch) | |
tree | 2d6d876988f5c1e8e0a42e1e20f6b6d7299e84e2 | |
parent | f7c562fd21c79e86bf40f04ba0bf543fb6c05dd8 (diff) | |
parent | 2011784faf68dd97241318a9d14fcecc354c5118 (diff) | |
download | volse-hubzilla-49239c936a907f98011c22ea3bda5812f27a181c.tar.gz volse-hubzilla-49239c936a907f98011c22ea3bda5812f27a181c.tar.bz2 volse-hubzilla-49239c936a907f98011c22ea3bda5812f27a181c.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
-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 2a6900271..d93ee003e 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 = "640"; + $converse_width = "676"; if(! $top_photo) $top_photo = '48px'; if(! $comment_indent) |