diff options
Diffstat (limited to 'template/yoga/redirect.tpl')
-rw-r--r-- | template/yoga/redirect.tpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl index aa007426f..91edd0979 100644 --- a/template/yoga/redirect.tpl +++ b/template/yoga/redirect.tpl @@ -1,3 +1,7 @@ {* $Id$ *} -<p>{$REDIRECT_MSG}</p> -<p><a href="{$page_refresh.U_REFRESH}">{'click_to_redirect'|@translate}</a></p> +<h2>{$REDIRECT_MSG}</h2> +<p style="text-align:center; margin: 2em"> + <a href="{$page_refresh.U_REFRESH}"> + {'click_to_redirect'|@translate} + </a> +</p> |