diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:11:14 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:11:14 +0000 |
commit | f82cf719a971b2edb6d8467c24a080c26a85aba6 (patch) | |
tree | 5c67610a4843cd2d5157b67159d56996121d906a /templates | |
parent | d902cdfd067b6ae1356c537b4d5605307f3ed524 (diff) |
center bubble text
git-svn-id: file:///var/lib/svn/phpfspot/trunk@41 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bubble_details.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl index f653454..1ff69c2 100644 --- a/templates/bubble_details.tpl +++ b/templates/bubble_details.tpl @@ -1,11 +1,11 @@ -<table> +<table border="1"> <tr> <td> <img class="{$image_id}" src="{$image_url}" /> </td> </tr> <tr> - <td style="text-align: center"> + <td style="text-align: center; padding-left: 36px;"> {$file_name}<br /> {$file_size}kb, {$width}x{$height} </td> |