diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-25 18:22:29 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-25 18:22:29 +0000 |
commit | c26d80a67fa286d3b4dba0422fdc5a784741f1f1 (patch) | |
tree | fb527bbffd7f945c8e3a69114ccbd6cc6c1b4018 /templates | |
parent | 1bf32ff139ed565557d9c807034f8251f88636e3 (diff) |
some style improvements on photo view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@130 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 285f293..aa9d699 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -13,7 +13,7 @@ </td> </tr> <tr> - <td colspan="2"> + <td> <div id='single'> <table> <tr> @@ -55,7 +55,7 @@ </table> </div> </td> - <td style="width: 150px; padding-top: 40px;"> + <td style="width: 150px; padding-top: 20px;"> <div id="photo_details"> { if $ExifMadeWith } <u><img src="resources/camera.png" alt="camera icon" /> Image taken with:</u><br /> |