diff options
author | friendica <info@friendica.com> | 2015-03-01 15:57:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-01 15:57:56 -0800 |
commit | bc1afbc7625cf5d9f6f785a6c5d3f31ac3dffd1e (patch) | |
tree | fd56bf47ccbcdf4837abb331c7eb8aeff96f46f9 /view/tpl/settings_nick_set.tpl | |
parent | ba7bdd79b720dcb58dfd88a38f43444eb4da06f4 (diff) | |
parent | e8e6231a4e079bff7a9d0bdd9e4c1dfa5808402b (diff) | |
download | volse-hubzilla-bc1afbc7625cf5d9f6f785a6c5d3f31ac3dffd1e.tar.gz volse-hubzilla-bc1afbc7625cf5d9f6f785a6c5d3f31ac3dffd1e.tar.bz2 volse-hubzilla-bc1afbc7625cf5d9f6f785a6c5d3f31ac3dffd1e.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/settings_nick_set.tpl')
-rwxr-xr-x | view/tpl/settings_nick_set.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_nick_set.tpl b/view/tpl/settings_nick_set.tpl index ae11c00c8..2460952fe 100755 --- a/view/tpl/settings_nick_set.tpl +++ b/view/tpl/settings_nick_set.tpl @@ -1,4 +1,4 @@ -<div id="settings-nick-wrapper" > -<div id="settings-nickname-desc" class="info-message">{{$desc}} <strong>'{{$nickname}}@{{$basepath}}'</strong>{{$subdir}}</div> +<div id="settings-nick-wrapper" class="section-content-info-wrapper"> +<div id="settings-nickname-desc">{{$desc}} <strong>'{{$nickname}}@{{$basepath}}'</strong>{{$subdir}}</div> </div> <div id="settings-nick-end" ></div> |