Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 8, 2022
1 parent 4d053fb commit 0f07b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ https://iiif.lib.harvard.edu/manifests

localhost

https://digitalcollections.library.harvard.edu/catalog/990067963950203941.json


sudo add-apt-repository ppa:ondrej/php
sudo apt install php8.1
Expand Down
2 changes: 1 addition & 1 deletion userfiles/modules/blacklight/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form action="search.php" method="GET">
<div class="input-group mb-3">
<input type="text" name="keywords" class="form-control" placeholder="" aria-label="Search the harvard repository" aria-describedby="button-addon2">
<button class="btn btn-outline-secondary" type="submit" value="Search" id="button-addon2">Search</button>
<button class="btn btn-primary" type="submit" value="Search" id="button-addon2">Search</button>
</div>
</form>

Expand Down

0 comments on commit 0f07b8c

Please sign in to comment.