diff options
Diffstat (limited to 'themes/default')
-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;"> |