diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-20 21:31:25 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-20 21:31:25 +0200 |
commit | 8a0c796bed6602ba3c328fce79071deebb93402d (patch) | |
tree | 9d099c66df6ad4fe282a2c92f0ce88276268fc73 /themes/default/templates | |
parent | f3f12303def5f19118f086ca465d67032dc57706 (diff) |
further try to fix the stylesheet mess
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/photo_index.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 9f0531e..95fbb72 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -29,7 +29,7 @@ Results are limited to a date within {$from_date} to {$to_date}. {/if} </div> -<div class="textright"> + <div class="textright"> {if $slideshow_link } <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="{$web_path}/resources/slideshow.png" /> Slideshow</a> {/if} @@ -52,10 +52,10 @@ <!-- seperator --> <div class="tagresult"></div> <!-- /seperator --> -<div class="subheader"> - <div class="tagresulttags"> - Tags: - </div> +<div class="tagresulttags" style="float: left;"> + Tags: +</div> +<div class="tagresulttags"> { $selected_tags } </div> { /if } |