summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/default/stylesheet.css1
-rw-r--r--themes/default/templates/single_photo.tpl2
2 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index 7550311..3239fe3 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -95,7 +95,6 @@ img {
border: none;
}
-
a {
font-size: 14px;
color: #008200;
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 39e3bf4..d7ab987 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -68,7 +68,7 @@
{ else }
<a href="{$next_url}" onclick="click(this);" title="click for the next photo">
{ /if }
- <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" />
+ <img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" />
</a>
</div>