From 9efe209689f5b08c74ad164c050d353af54152ff Mon Sep 17 00:00:00 2001 From: Hugo Roussille Date: Mon, 5 Sep 2016 20:08:43 +0200 Subject: [PATCH] Modifications graphiques --- bda/templates/descriptions.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html index 44fe16ae..404bf89c 100644 --- a/bda/templates/descriptions.html +++ b/bda/templates/descriptions.html @@ -20,6 +20,7 @@ .descTable{ width: auto; margin: 0 auto 1em; + border-bottom: 2px solid; border-collapse: collapse; border-spacing: 0; font-size: 14px; @@ -46,10 +47,7 @@

{{ show.location }}

{{ show.category }}

-

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }}€

- - -

{{ show.category }}

+

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }} euro{{ show.price|pluralize}}

@@ -61,7 +59,7 @@ {% if show.image %} -

{{ show.title }}

+

{{ show.title }}

{% endif %}