Added profile images. Literally.

This commit is contained in:
Armin Ronacher 2010-05-16 14:16:27 +02:00
parent d87cbff134
commit 1c5db9ab80
3 changed files with 2 additions and 2 deletions

BIN
flask_website/static/profile.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -2,7 +2,7 @@
{% block head %} {% block head %}
{{ super() }} {{ super() }}
<style type=text/css> <style type=text/css>
h1 { background-image: url(/static/login.png); } h1 { background-image: url(/static/profile.png); }
</style> </style>
{% endblock %} {% endblock %}
{% block title %}Change OpenID{% endblock %} {% block title %}Change OpenID{% endblock %}

View file

@ -2,7 +2,7 @@
{% block head %} {% block head %}
{{ super() }} {{ super() }}
<style type=text/css> <style type=text/css>
h1 { background-image: url(/static/login.png); } h1 { background-image: url(/static/profile.png); }
</style> </style>
{% endblock %} {% endblock %}
{% block title %}Profile{% endblock %} {% block title %}Profile{% endblock %}