diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 12:13:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 12:13:15 +0200 |
commit | adfb4072e80695a253a9a92da2b1ebbdbc7f18bf (patch) | |
tree | 9072d4fb0619320f20c451c4d666a43e50308a86 /view/tpl/conv_item.tpl | |
parent | 2d0d5876ba28df6cb923965bfc9984462b9c9d44 (diff) | |
download | volse-hubzilla-adfb4072e80695a253a9a92da2b1ebbdbc7f18bf.tar.gz volse-hubzilla-adfb4072e80695a253a9a92da2b1ebbdbc7f18bf.tar.bz2 volse-hubzilla-adfb4072e80695a253a9a92da2b1ebbdbc7f18bf.zip |
various css fixes
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 27632d770..30a007bd6 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -165,8 +165,7 @@ </div> <div class="clear"></div> </div> - <div class="wall-item-wrapper-end"></div> - <div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div> + <div class="clear{{if $indent}} {{$indent}}{{/if}}"></div> </div> {{if $item.toplevel}} {{foreach $item.children as $child}} |