Merge pull request #1317 from normanjaeckel/FixCSSBug

Added stylesheet to list of speakers overlay. Fixed #1310.
This commit is contained in:
Oskar Hahn 2014-05-28 12:31:50 +02:00
commit c356b35adc
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{% load i18n %}
{% load staticfiles %}
<link type="text/css" rel="stylesheet" media="all" href="{% static 'css/agenda_projector.css' %}" />
<div id="overlay_list_of_speaker_box">
<h3>{% trans "List of speakers" %} {% if closed %}(<span class="closed">{% trans 'closed' %}</span>){% endif %}</h3>