Skip to content
Snippets Groups Projects
Commit 70c946b2 authored by Ben Adida's avatar Ben Adida
Browse files

made the height truly work with css

parent 2b1b385e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment