From 902cc6cfbef3f50268f73dc8690295bf2d556e30 Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Fri, 7 Feb 2014 14:53:10 +0100
Subject: towards nicer styling. styles are in github.com/thet/helsinki-theme
 at the moment


diff --git a/helsinki/templates/program/show_detail.html b/helsinki/templates/program/show_detail.html
index c75b322..0f4b302 100644
--- a/helsinki/templates/program/show_detail.html
+++ b/helsinki/templates/program/show_detail.html
@@ -67,7 +67,10 @@
     <h2>Sendungstipps</h2>
     <ul class="recommendations-list">
       {% for note in show.notes.all reversed %}
-      <li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}:</a> {{ note.title }}</li>
+      <li>
+        <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}:</a>
+        <div class="title">{{ note.title }}</div>
+      </li>
       {% endfor %}
     </ul>
    {% endif %}
-- 
cgit v0.10.2