Skip to content

Commit

Permalink
Give style to the table
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Feb 10, 2024
1 parent 1100dfe commit 11a2e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Schedule</h2>
</tr>
{% for d in schedule %}
<tr>
<td>{{ d[0] }}</td>
<td style="width: 100px;">{{ d[0] }}</td>
<td>{{ d[1] }}</td>
</tr>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/wmt_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h3>Day {{ forloop.index }}</h3>
</tr>
{% for d in schedule %}
<tr>
<td>{{ d[0] -}}</td>
<td style="width: 100px;">{{ d[0] -}}</td>
<td>{{ d[1] }}</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 11a2e93

Please sign in to comment.