diff options
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 /> |