diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-11-26 15:49:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-26 15:49:34 +0100 |
| commit | a288dd498d1d3e31598fc350a374f813eb26f558 (patch) | |
| tree | b2a6515edfaa4b1b41051232db8ade50fd77742a /searx/static/themes/simple/less | |
| parent | 0f8d7a00af08ba057e228221114b9edb02c00903 (diff) | |
| parent | 9babe06a0e617f633e7f61cf5bcec6305eaafae9 (diff) | |
Merge pull request #1098 from dalf/license_simple_theme
[mod] simple theme: add the license to different files.
Diffstat (limited to 'searx/static/themes/simple/less')
| -rw-r--r-- | searx/static/themes/simple/less/autocomplete.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/themes/simple/less/autocomplete.less b/searx/static/themes/simple/less/autocomplete.less index 0a90d0df8..93f7df1ef 100644 --- a/searx/static/themes/simple/less/autocomplete.less +++ b/searx/static/themes/simple/less/autocomplete.less @@ -1,3 +1,5 @@ +/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */ + @background_color: white; .autocomplete { |