From 6cb64910d0c96f144fef7a42f2b2883474031959 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 22 Jan 2017 15:20:11 +0100 Subject: Ajout d'un lien vers l'emploi du temps d'origine --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 98a2e2d..b839951 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,12 +16,12 @@ h1, h2, h3 { line-height: 1.2em; } -h1 a { +h1 a, h3 a { color: #31363b; text-decoration: none; } -h1 a:hover, h1 a:focus { +h1 a:hover, h1 a:focus, h3 a:hover, h3 a:focus { text-decoration: underline; } @@ -52,7 +52,7 @@ li.course {
{% block body %}{% for timetable in timetables %}
-

{{ timetable.name }}

+

{{ timetable.name }}

-- cgit v1.2.1