diff options
| author | Alban Gruin | 2017-01-22 15:10:52 +0100 | 
|---|---|---|
| committer | Alban Gruin | 2017-01-22 15:10:52 +0100 | 
| commit | 88737712a885568c8fa6771bc45bb811bff16866 (patch) | |
| tree | 38426460678aab416c32d89fe0ab3392e020874a /templates/index.html | |
| parent | c35a975116bd1a478b7d09028ffba662796d8890 (diff) | |
Amélioration de la navigation
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 11 | 
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 2305acf..98a2e2d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,15 @@ h1, h2, h3 {      line-height: 1.2em;  } +h1 a { +    color: #31363b; +    text-decoration: none; +} + +h1 a:hover, h1 a:focus { +    text-decoration: underline; +} +  .content {      max-width: 50em;      margin: 0 auto; @@ -39,7 +48,7 @@ li.course {    </head>    <body>      <header> -      <h1>celcatsanitizer</h1> +      <h1><a href="{% url "index" %}">celcatsanitizer</a></h1>      </header>      <div class="content">{% block body %}{% for timetable in timetables %}        <section id="{{ timetable.slug }}">  | 
