diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 04:27:06 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 04:27:06 +0100 |
commit | d138d07c05900df4b67df99437ef628f4af6564d (patch) | |
tree | d60ad52d980fcd1056de68fe386f72ae57af8116 /view/theme/diabook/wall_item.tpl | |
parent | 8f72d95b0e3e7a0da1702cf95cc40d0df1aef96d (diff) | |
download | volse-hubzilla-d138d07c05900df4b67df99437ef628f4af6564d.tar.gz volse-hubzilla-d138d07c05900df4b67df99437ef628f4af6564d.tar.bz2 volse-hubzilla-d138d07c05900df4b67df99437ef628f4af6564d.zip |
fixes in wall_item.tpl and style.css in theme diabook
Diffstat (limited to 'view/theme/diabook/wall_item.tpl')
-rw-r--r-- | view/theme/diabook/wall_item.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl index 728e863e6..10d395316 100644 --- a/view/theme/diabook/wall_item.tpl +++ b/view/theme/diabook/wall_item.tpl @@ -5,6 +5,9 @@ <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" /> </div> {{ endif }} + + + <div class="wall-item-container $item.indent"> <div class="wall-item-item"> <div class="wall-item-info"> |