From 70c946b20654d7aaca7ce696c012b99f0507a088 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Mon, 9 Nov 2015 00:21:37 +0000 Subject: [PATCH] made the height truly work with css --- helios_auth/templates/login_box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helios_auth/templates/login_box.html b/helios_auth/templates/login_box.html index d3fb7f4..0b0ee04 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> -- GitLab