www: Drop search autocomplete, but make search itself a bit more useful

This commit is contained in:
Yorhel 2024-04-29 11:23:44 +02:00
parent fc9a19e7c4
commit 9a81147983
3 changed files with 31 additions and 252 deletions

View file

@ -20,7 +20,7 @@ thead td { font-weight: bold }
header { border-bottom: 3px dotted #ccc; display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap }
header a { font: 24px "Arial", serif; font-weight: bold }
header form { padding-bottom: 3px }
header input[type=text] { width: 100px }
header input[type=text] { width: 200px }
footer { border-top: 3px dotted #ccc; color: #666; font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap }