hide search form on top of search results title, it is redundant

This commit is contained in:
jorge 2021-10-08 00:08:04 +02:00
parent c850da3421
commit 39855d1bb7
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -120,7 +120,10 @@
// #. Advanced search
// ------------------
// hide search form in results view on top of title
.sitewide-search-form {
display:none;
}
// #. Page
// ------------------