diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-15 16:09:02 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-15 16:09:02 +0000 |
commit | 8b2b9d9fada346e9aa85dd75cb832ac66e959fbd (patch) | |
tree | 6b4b82db972c70e80c7aee6cf2f505933c17f4ee /templates/single_photo.tpl | |
parent | 5bf0159aa38d4d1b8952e0933cea14761c9de34e (diff) |
issue47, long photo names now getting wraped
git-svn-id: file:///var/lib/svn/phpfspot/trunk@213 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/single_photo.tpl')
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 9f92693..5275843 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,7 +1,7 @@ <!-- Single photo --> <table> <tr> - <td class="index_header" style="text-align: left;"> + <td class="photo_name" style="text-align: left;"> <b>Photo {$image_name}</b><br /> {$description}<br /> </td> |