[tema] ri-stilati titoli/link "top" nello schedule

This commit is contained in:
boyska 2018-06-13 10:48:00 +02:00
parent dfabb21d2d
commit bc43fc2630
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<div id="talk-{{id}}"
class="{% for t in tags -%} tag-{{t|replace(' ', '_')}} {% endfor -%}">
<h3 class="talk-title"><a hidden href="#t-cell-{{id}}">§</a>{{title.strip()}}</h3>
<h3 class="talk-title"><a href="#t-cell-{{id}}">{{title.strip()}}</a></h3>
<div class="talk-info">
<p>
{% if time is defined and day is defined %}

View file

@ -241,8 +241,9 @@ td.talk > a {
background-color: rgb(60, 22, 22)
}
.talk-title a {
font-size: 50%;
.talk-title a, .talk-title a:hover, .talk-title a:focus {
color: #9c2f2f;
border-bottom: none;
}
/* END TALK }}} */