make table compact

This commit is contained in:
2021-10-05 15:26:17 +02:00
parent 21aa618a22
commit 03ab4379c6
2 changed files with 9 additions and 5 deletions
@@ -4,15 +4,15 @@
<%= for {type, map_of_clothes_by_name} <- map_of_clothes_by_type do %>
<h3> <%= type %> </h3>
<%= for {name, list_of_clothes} <- map_of_clothes_by_name do %>
<table>
<table class="tracker-table">
<thead>
<tr>
<th colspan="3" style="text-align:center"> <b> <%= name %> </b> </th>
</tr>
<tr>
<th>Color</th>
<th>Game</th>
<th></th>
<th class="row-color">Color</th>
<th class="row-game">Game</th>
<th class="row-toggle"></th>
</tr>
</thead>
<tbody>