diff options
author | Friendika <info@friendika.com> | 2011-05-22 19:40:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-22 19:40:36 -0700 |
commit | 36966c72c87624a5b75d7e4ffa85405d43c800df (patch) | |
tree | 1608153486d969bab13ba8d03001b29d7c4dd2eb /view/theme/dispy/wallwall_item.tpl | |
parent | 36f14842236a9e515a5cfadafa609a3057cb33d3 (diff) | |
download | volse-hubzilla-36966c72c87624a5b75d7e4ffa85405d43c800df.tar.gz volse-hubzilla-36966c72c87624a5b75d7e4ffa85405d43c800df.tar.bz2 volse-hubzilla-36966c72c87624a5b75d7e4ffa85405d43c800df.zip |
wall item photos use style instead of height, width
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r-- | view/theme/dispy/wallwall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl index 263b67c73..b90bdf494 100644 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -3,7 +3,7 @@ <div class="wall-item-info wallwall" id="wall-item-info-$id"> <div class="wall-item-photo-wrapper wwto" id="wall-item-ownerphoto-wrapper-$id" > <a href="$owner_url" title="$olinktitle" class="wall-item-photo-link" id="wall-item-ownerphoto-link-$id"> - <img src="$owner_photo" class="wall-item-photo$osparkle" id="wall-item-ownerphoto-$id" height="80" width="80" alt="$owner_name" /></a> + <img src="$owner_photo" class="wall-item-photo$osparkle" id="wall-item-ownerphoto-$id" style="height: 80px; width: 80px;" alt="$owner_name" /></a> </div> <div class="wall-item-arrowphoto-wrapper" ><img src="images/larrow.gif" alt="$wall" /></div> <div class="wall-item-photo-wrapper wwfrom" id="wall-item-photo-wrapper-$id" |