1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 17:40:18 +02:00

[mod] search field width

This commit is contained in:
Adam Tauber 2014-05-09 11:49:11 +02:00
parent b70f16c8c9
commit c761d93dd6

View File

@ -21,7 +21,7 @@
#search_wrapper { #search_wrapper {
position: relative; position: relative;
width: 50em; width: @results-width;
padding: 10px; padding: 10px;
} }