From 412ebdade716d9c903a264916c53e15b2981042a Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Nov 2013 19:24:13 -0800 Subject: issues with converse_width uncovered during testing --- view/theme/redbasic/css/style.css | 2 +- view/theme/redbasic/php/style.php | 2 +- view/theme/redbasic/tpl/theme_settings.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7f9d68f63..f5ff8e49a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1024,7 +1024,7 @@ footer { } .thread-wrapper.toplevel_item { - width: 92%; + width: 92%; max-width: $converse_width; } diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index d6104a090..d6fe9ea22 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -141,7 +141,7 @@ $options = array ( '$radius' => $radius, '$shadow' => $shadow, '$active_colour' => $active_colour, -'$converse_width' => $section_width, +'$converse_width' => $converse_width, '$nav_float_min_opacity' => $nav_float_min_opacity, '$nav_percent_min_opacity' => $nav_percent_min_opacity ); diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 237637770..e9f805ac3 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -16,7 +16,7 @@ {{include file="field_input.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} -{{include file="field_input.tpl" field=$section_width}} +{{include file="field_input.tpl" field=$converse_width}} {{include file="field_input.tpl" field=$nav_min_opacity}} {{include file="field_checkbox.tpl" field=$sloppy_photos}}
-- cgit v1.2.3