diff options
| -rw-r--r-- | template/tabcalendar.j2 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2 index 9546e06..cded6ed 100644 --- a/template/tabcalendar.j2 +++ b/template/tabcalendar.j2 @@ -1,7 +1,7 @@  <div class="calendar-table">  {%- for month in months %}  <p>{{ month.date.strftime('%B %Y').decode('utf-8') }}</p> -<table> +<table class="table table-striped">  <tr>    <th>Montag</th>    <th>Dienstag</th> | 
