Skip to content

Commit

Permalink
Add link to bootstrap style (commented out). #18
Browse files Browse the repository at this point in the history
  • Loading branch information
aih committed Sep 23, 2020
1 parent 319a726 commit 9d186af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server_py/flatgov/templates/bills/bill.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

<!-- tabulator JS and CSS -->
<link href="https://unpkg.com/tabulator-tables@4.8.0/dist/css/tabulator.min.css" rel="stylesheet">

<!-- Bootstrap style, if desired: current bs style has large font and row height-->
<!--link href = "https://unpkg.com/tabulator-tables@4.8.0/dist/css/bootstrap/tabulator_bootstrap4.min.css" rel="stylesheet"-->
<script type="text/javascript" src="https://unpkg.com/tabulator-tables@4.8.0/dist/js/tabulator.min.js"></script>

<!-- Bootstrap CSS -->
Expand Down

0 comments on commit 9d186af

Please sign in to comment.