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