diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-13 16:34:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-13 16:34:23 +0100 |
commit | 700c05a55bab34c40f24fbe4f83a0fa9882559b2 (patch) | |
tree | c4fb0879792feb81d918014080e1d5180c9c5621 /view/tpl/jot.tpl | |
parent | 188782c46195fcc530f8641f41da012aab9dbd76 (diff) | |
download | volse-hubzilla-700c05a55bab34c40f24fbe4f83a0fa9882559b2.tar.gz volse-hubzilla-700c05a55bab34c40f24fbe4f83a0fa9882559b2.tar.bz2 volse-hubzilla-700c05a55bab34c40f24fbe4f83a0fa9882559b2.zip |
many class fixes and revive shiny class for item titles in a new way
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 8885da7c1..b9afbd98e 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -6,7 +6,7 @@ <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} </div> {{/if}} - <div id="profile-jot-wrapper"> + <div class="mb-4" id="profile-jot-wrapper"> {{if $parent}} <input type="hidden" name="parent" value="{{$parent}}" /> {{/if}} |