Use default table styling for CLIN tables

This commit is contained in:
Montana
2019-06-04 09:38:20 -04:00
parent 2644133b76
commit 5fb44b39b0
8 changed files with 27 additions and 31 deletions

View File

@@ -31,54 +31,50 @@
<div class="h3">Funding summary</div>
<div>CLIN 1: Unclassified Cloud Services 001</div>
<div class='responsive-table-wrapper'>
<table>
<thead>
<tr>
<th class='table-cell--expand'>Amount</th>
<th class='table-cell--expand'>Obligated</th>
<th class='table-cell--expand'>PoP Start</th>
<th class='table-cell--expand'>PoP End</th>
<th class='table-cell--expand'>LOA</th>
<th>Amount</th>
<th>Obligated</th>
<th>PoP Start</th>
<th>PoP End</th>
<th>LOA</th>
</tr>
</thead>
<tbody>
<tr>
<td class='table-cell--expand'>$500,000</td>
<td class='table-cell--expand'>Yes</td>
<td class='table-cell--expand'>9/07/19</td>
<td class='table-cell--expand'>9/07/20</td>
<td class='table-cell--expand'>34820394</td>
<td>$500,000</td>
<td>Yes</td>
<td>9/07/19</td>
<td>9/07/20</td>
<td>34820394</td>
</tr>
</tbody>
</table>
</div>
<div>CLIN 2: Unclassified Cloud Services 002</div>
<div class='responsive-table-wrapper'>
<table>
<thead>
<tr>
<th class='table-cell--expand'>Amount</th>
<th class='table-cell--expand'>Obligated</th>
<th class='table-cell--expand'>PoP Start</th>
<th class='table-cell--expand'>PoP End</th>
<th class='table-cell--expand'>LOA</th>
<th>Amount</th>
<th>Obligated</th>
<th>PoP Start</th>
<th>PoP End</th>
<th>LOA</th>
</tr>
</thead>
<tbody>
<tr>
<td class='table-cell--expand'>$300,000</td>
<td class='table-cell--expand'>No</td>
<td class='table-cell--expand'>9/08/20</td>
<td class='table-cell--expand'>9/08/21</td>
<td class='table-cell--expand'>q9384751934</td>
<td>$300,000</td>
<td>No</td>
<td>9/08/20</td>
<td>9/08/21</td>
<td>q9384751934</td>
</tr>
</tbody>
</table>
</div>
<hr>