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/wall_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/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e5e03744f..a95097be1 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -5,7 +5,7 @@ onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)"> <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id"> - <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" alt="$name" /> + <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" /> </a> <span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span> <div class="wall-item-photo-menu" id="wall-item-photo-menu-$id"> |