diff options
author | Dalf <alex@al-f.net> | 2017-11-26 14:33:11 +0100 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2017-11-26 14:33:11 +0100 |
commit | 9babe06a0e617f633e7f61cf5bcec6305eaafae9 (patch) | |
tree | b2a6515edfaa4b1b41051232db8ade50fd77742a /searx/static/themes/simple/css/searx-rtl.css | |
parent | 0f8d7a00af08ba057e228221114b9edb02c00903 (diff) | |
download | searxng-9babe06a0e617f633e7f61cf5bcec6305eaafae9.tar.gz searxng-9babe06a0e617f633e7f61cf5bcec6305eaafae9.zip |
[mod] simple theme: add the license to different files.
Diffstat (limited to 'searx/static/themes/simple/css/searx-rtl.css')
-rw-r--r-- | searx/static/themes/simple/css/searx-rtl.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searx-rtl.css b/searx/static/themes/simple/css/searx-rtl.css index e43f02d50..12b3fe32c 100644 --- a/searx/static/themes/simple/css/searx-rtl.css +++ b/searx/static/themes/simple/css/searx-rtl.css @@ -1,4 +1,4 @@ -/*! searx | 06-08-2017 | https://github.com/asciimoo/searx */ +/*! searx | 26-11-2017 | https://github.com/asciimoo/searx */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -1007,6 +1007,7 @@ select:focus { width: 100%; } } +/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */ .autocomplete { position: absolute; max-height: 0; |