diff options
author | Friendika <info@friendika.com> | 2011-05-22 19:45:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-22 19:45:29 -0700 |
commit | ae317296d7f0832c5feea14b35c73a8fbdc99861 (patch) | |
tree | b44266fef4fd81509a6d7c9fb74df55653c17fe1 /view/theme/dispy/wallwall_item.tpl | |
parent | 36966c72c87624a5b75d7e4ffa85405d43c800df (diff) | |
download | volse-hubzilla-ae317296d7f0832c5feea14b35c73a8fbdc99861.tar.gz volse-hubzilla-ae317296d7f0832c5feea14b35c73a8fbdc99861.tar.bz2 volse-hubzilla-ae317296d7f0832c5feea14b35c73a8fbdc99861.zip |
missed two refs
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 b90bdf494..4fe677ab4 100644 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -10,7 +10,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" height="80" width="80" alt="$name" /></a> + <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"> <ul> |