diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-30 01:01:15 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-30 01:01:15 -0500 |
commit | 6f610eb614f5d80c3a8dc1f69832dc9032876f6f (patch) | |
tree | 6813c160e32181f7e0ca800b5d069c13ca21b1ee /view/photo_album.tpl | |
parent | 52557b011d2c05e83b1df91d2d766317dd2c5223 (diff) | |
download | volse-hubzilla-6f610eb614f5d80c3a8dc1f69832dc9032876f6f.tar.gz volse-hubzilla-6f610eb614f5d80c3a8dc1f69832dc9032876f6f.tar.bz2 volse-hubzilla-6f610eb614f5d80c3a8dc1f69832dc9032876f6f.zip |
1. added button class to tpl files
2. messages - moved delete X into message div and new message form div
3. began work on creating thumbnail versions of albums - needs aspect ratio correction (javascript)
4. changed font-size and font-variation on vcard for better readability.
5. streamlining continued with the CSS file
Diffstat (limited to 'view/photo_album.tpl')
-rw-r--r-- | view/photo_album.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_album.tpl b/view/photo_album.tpl index fab7d7254..e3f2ba91c 100644 --- a/view/photo_album.tpl +++ b/view/photo_album.tpl @@ -1,6 +1,6 @@ <div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id"> <a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle"> - <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo" id="photo-album-photo-$id" /> + <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe resize" id="photo-album-photo-$id" /> <p class='caption'>$desc</p> </a> |