Merge pull request #203 from corey-hammerton/issue-193

templates/catalog_compare: Switching from basic tables to fixed tables
This commit is contained in:
Corey Hammerton
2016-01-18 20:01:04 -05:00

View File

@@ -15,7 +15,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<table class="ui basic table compact catalog"> <table class="ui fixed table compact catalog">
<thead> <thead>
<tr><th>Resources</th></tr> <tr><th>Resources</th></tr>
</thead> </thead>
@@ -29,7 +29,7 @@
</table> </table>
</td> </td>
<td> <td>
<table class="ui basic table compact catalog"> <table class="ui fixed table compact catalog">
<thead> <thead>
<tr><th>Resources</th></tr> <tr><th>Resources</th></tr>
</thead> </thead>
@@ -45,7 +45,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<table class="ui basic table compact catalog"> <table class="ui fixed table compact catalog">
<thead> <thead>
<tr> <tr>
<th>Edges</th> <th>Edges</th>
@@ -65,7 +65,7 @@
</table> </table>
</td> </td>
<td> <td>
<table class="ui basic table compact catalog"> <table class="ui fixed table compact catalog">
<thead> <thead>
<tr> <tr>
<th>Edge</th> <th>Edge</th>