diff options
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r-- | themes/default/template/index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index bd46a829e..aa92a215f 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -135,7 +135,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results)} -<div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : +<div class="category_search_results">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} @@ -146,7 +146,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { {/if} {if !empty($tag_search_results)} -<div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : +<div class="tag_search_results">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$tag_search_results item=tag name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} <a href="{$tag.URL}">{$tag.name}</a> |