diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 17:41:39 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-08 17:41:39 +0000 |
commit | e203c68758deb0a57a7432a03ce815abcccb9937 (patch) | |
tree | 16c018060e4267e25d58c74af2b1c8f46ffcbada | |
parent | fd4c056a353bb74f8078db48c336ce177e095d8d (diff) |
set width on navigation cells
git-svn-id: file:///var/lib/svn/phpfspot/trunk@60 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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 } |