diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-10-20 01:19:04 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-10-20 01:19:04 +0200 |
commit | c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa (patch) | |
tree | 12d4cbc3fd471b5b66b02b9e209faecd1b7c080e /view/theme/redbasic/tpl | |
parent | 77db6e087a58616279afbcd526b506225d19c3fd (diff) | |
download | volse-hubzilla-c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa.tar.gz volse-hubzilla-c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa.tar.bz2 volse-hubzilla-c0789bdb4fc7412efd5e2fb1e15b63d359a74cfa.zip |
redbasic: set width of main section
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 45dd529fa..4e4b6002c 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -13,7 +13,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}} <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> |