diff --git a/helios_auth/templates/login_box.html b/helios_auth/templates/login_box.html index d3fb7f4f882e43579654f4d1021820c98942adb5..0b0ee0415e63179675a26c0b6fb5badf3ac4b5cf 100644 --- a/helios_auth/templates/login_box.html +++ b/helios_auth/templates/login_box.html @@ -6,7 +6,7 @@ {% else %} <p> <a href="{{SECURE_URL_HOST}}{% url "helios_auth.views.start" system_name=auth_system %}?return_url={{return_url}}" style="font-size: 1.4em;"> -<img border="0" height="35" src="/static/auth/login-icons/{{auth_system}}.png" alt="{{auth_system}}" /> {{auth_system}} +<img style="height: 35px; border: 0px;" src="/static/auth/login-icons/{{auth_system}}.png" alt="{{auth_system}}" /> {{auth_system}} {% endifequal %} </a> </p>