diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-03-17 18:30:08 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-17 18:30:08 +0100 |
commit | 06b9238786df1b353a041ff339e2c3a9085db72c (patch) | |
tree | 2a27887394398e747fb48747269a68a2c6c5d955 /searx/static/less | |
parent | ba9305afee904313c706800ac14058c308226e1a (diff) | |
download | searxng-06b9238786df1b353a041ff339e2c3a9085db72c.tar.gz searxng-06b9238786df1b353a041ff339e2c3a9085db72c.zip |
[fix] #38
Diffstat (limited to 'searx/static/less')
-rw-r--r-- | searx/static/less/style.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 817f6b317..9781372ee 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -87,7 +87,7 @@ h1 { } div.title { - background: url('/static/img/searx.png') no-repeat; + background: url('static/img/searx.png') no-repeat; width: 100%; background-position: center; @@ -388,7 +388,7 @@ tr { right: 1px; padding: 0; border: 0; - background: url('/static/img/search-icon.png') no-repeat; + background: url('static/img/search-icon.png') no-repeat; background-size: 24px 24px; opacity: 0.8; width: 24px; @@ -451,7 +451,7 @@ tr { top: 10px; padding: 0; border: 0; - background: url('/static/img/preference-icon.png') no-repeat; + background: url('static/img/preference-icon.png') no-repeat; background-size: 28px 28px; opacity: 0.8; width: 28px; |