schedule grid layout

This commit is contained in:
Sundog Jones 2024-09-09 13:07:41 -04:00
parent 6d61ae483a
commit b46d0e5a71
1 changed files with 2 additions and 2 deletions

View File

@ -311,10 +311,10 @@
</section>
</template>
<template id="schedule_header_row_template">
<th>
<tr>
<td class="schedule_row_time_header">Time</td>
<td class="schedule_row_program_header">Program</td>
</th>
</tr>
</template>
<template id="schedule_row_template">
<tr class="schedule_row">