diff options
-rw-r--r-- | templates/single_photo.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 41e7813..28c416d 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -25,7 +25,7 @@ </td> </tr> <tr> - <td style="text-align: left;"> + <td style="text-align: left; width: 33%;"> { if $previous_url == "" } { else } @@ -34,12 +34,12 @@ </a> { /if } </td> - <td style="text-align: center;"> + <td style="text-align: center; width: 33%;"> <a href="javascript:showPhotoIndex();"> <img src="resources/arrow_up.png" /> </a> </td> - <td style="text-align: right;"> + <td style="text-align: right; width: 33%;"> { if $next_url == "" } { else } |