Skip to content

Commit

Permalink
Fix for #272 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
aih authored Apr 9, 2021
1 parent 195e22a commit b1b3607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server_py/flatgov/templates/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ <h1 style="display: inline;">Search</h1>
</div-->

</div>
<p>Search for Legislation, Committee Materials, Congressional Record, or Members of Congress with basic or advanced search settings.</p>
<p>Search for Legislation</p>
<div class="row">
<div class="col-md-8 col-sm-12 mt-2">
<div class="search-input-group input-group input-group-lg">
<input id="bill-search" type="text" class="form-control typeahead" placeholder="Search bill by number, eg. 1500 or sres1500">
<input id="bill-search" type="text" class="form-control typeahead" placeholder="Examples: s5, hr5, hres5, hjres5, hconres5, sjres5, sconres5, sres5">

<span id="search-icon">
<span>
Expand Down

0 comments on commit b1b3607

Please sign in to comment.