Some visual and style code improvements.

This commit is contained in:
2018-01-30 17:33:00 +01:00
parent 74d3fa47dc
commit 71551d4c21
7 changed files with 50 additions and 30 deletions

View File

@@ -29,11 +29,11 @@
<body>
<div id="page">
<div id="page-header">
<span class="brand">
<a href="{% url 'dav_events:home' %}"><img class="brand" width="217" height="30"
src="{% static 'dav_events/img/brand.png' %}" /></a>
<a href="{% url 'dav_events:home' %}">Veranstaltungsheinzel</a>
</span>
<h2>
<a href="{% url 'dav_events:home' %}">
<img width="217" height="30" src="{% static 'dav_events/img/brand.png' %}" />Veranstaltungsheinzel
</a>
</h2>
<div id="login-widget">{% include 'dav_events/includes/login_widget.html' %}</div>
</div>