From cfa0d776e0799b1c643402f21620ce2794d51fb9 Mon Sep 17 00:00:00 2001 From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local> Date: Tue, 2 Jan 2018 15:43:33 +0100 Subject: [PATCH] delete unused class + fix html tag --- modules/core/templates/frontpage_auth.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/templates/frontpage_auth.twig b/modules/core/templates/frontpage_auth.twig index d99d7be3b..5062ed836 100644 --- a/modules/core/templates/frontpage_auth.twig +++ b/modules/core/templates/frontpage_auth.twig @@ -3,9 +3,9 @@ {% block content %} {% if isadmin %} - <p class="float-r youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p> + <p class="right youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p> {% else %} - <p class="float-r youareadmin"> + <p class="right youareadmin"> <a href="{{ loginurl }}">{{ '{core:frontpage:login_as_admin}'|trans }}</a> </p> {% endif %} @@ -15,7 +15,7 @@ <li> <a href="{{ link.href|escape('url') }}">{{ link.text|trans|escape('html') }}</a> {% if link.deprecated is defined and link.deprecated is not empty %} - <span style="font-weight: bold;">{{ '{core:frontpage:deprecated}'|trans }}</b> + <strong>{{ '{core:frontpage:deprecated}'|trans }}</strong> {% endif %} </li> {% endfor %} -- GitLab