diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 07:36:24 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 07:36:24 +0000 |
commit | 2b3367ff7c8670f4781f3fdd73f0676e4fd266b3 (patch) | |
tree | 9b32d40a0a792bad19bc1e7c184464e8b51b758d /themes/default/templates | |
parent | a36bd6f4555cf410712611b5efcb82fdf5898551 (diff) |
issue46, add a 10px white frame around the photo in the slideshow view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@240 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/slideshow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/slideshow.tpl b/themes/default/templates/slideshow.tpl index 3d0ab27..2e726d7 100644 --- a/themes/default/templates/slideshow.tpl +++ b/themes/default/templates/slideshow.tpl @@ -2,7 +2,7 @@ <body onload="startSlideShow();" style="text-align: center;"> <div style="margin: 0 auto; padding: 10px;"> <a href="javascript:window.close();" title="click to close slideshow"> - <img id="slide_img" alt="slideshow_img" /> + <img id="slide_img" alt="slideshow_img" style="padding: 10px; background-color: #ffffff;" /> </a> </div> <div style="margin: 0 auto; padding: 10px;"> |