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/photo_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/photo_item.tpl')
-rw-r--r-- | view/photo_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_item.tpl b/view/photo_item.tpl index e574628d0..22884e848 100644 --- a/view/photo_item.tpl +++ b/view/photo_item.tpl @@ -1,7 +1,7 @@ <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" > <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" > <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id"> - <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a> + <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" /></a> </div> <div class="wall-item-wrapper" id="wall-item-wrapper-$id" > |