Skip to content

Commit

Permalink
Replace hr tag with border-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
pikim committed Jan 20, 2023
1 parent 2247dce commit 7909c59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
/* Styles to support svg images in search results */

.search-row {
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
display: flex;
align-items: top;
}
Expand Down
2 changes: 0 additions & 2 deletions templates/partials/simplesearch_item.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@
</div>

<p>{{ page.summary|truncate(200)|raw }}</p>

<hr/>
</div>
</section>

0 comments on commit 7909c59

Please sign in to comment.