summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/tabcalendar.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2
index cded6ed..84b08b6 100644
--- a/template/tabcalendar.j2
+++ b/template/tabcalendar.j2
@@ -17,7 +17,8 @@
<td></td>
{%- endfor %}
{%- for day in week %}
-<td>
+<td class="tabcal-cell">
+<span class="tabcal-day">{{ day.day }}</span>
{%- for event in day.events %}
<a href="#event-{{ event.id }}">{{ event.name }}</a>
{%- if not loop.last %}