diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 12:23:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 12:23:19 +0200 |
commit | 18798b1d12c1716b395d89bf214fdd42f41fd2d1 (patch) | |
tree | c7dd07282c9ebb83f2c57f09d426b757beba93a9 /view/theme | |
parent | adfb4072e80695a253a9a92da2b1ebbdbc7f18bf (diff) | |
download | volse-hubzilla-18798b1d12c1716b395d89bf214fdd42f41fd2d1.tar.gz volse-hubzilla-18798b1d12c1716b395d89bf214fdd42f41fd2d1.tar.bz2 volse-hubzilla-18798b1d12c1716b395d89bf214fdd42f41fd2d1.zip |
schema focus: adjust width to match photo width in /photos
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 d93ee003e..4186c9f64 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 = "676"; + $converse_width = "656"; if(! $top_photo) $top_photo = '48px'; if(! $comment_indent) |