minimal implementation of light bootstrap

This commit is contained in:
Nabeel Shahzad
2017-08-17 15:39:00 -05:00
parent 9429a23312
commit e85c660e3d
6 changed files with 37 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
<table class="table table-responsive" id="flights-table">
<div class="content table-responsive table-full-width">
<table class="table table-hover table-striped" id="flights-table">
<thead>
<th>Flight #</th>
<th>Dep</th>
@@ -49,3 +50,4 @@
@endforeach
</tbody>
</table>
</div>