summaryrefslogtreecommitdiff
path: root/searx/static/less
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-03-18 09:38:23 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-03-18 09:38:23 +0100
commitc14e8fe0a50d41871cea8139199b6332dadc7cdb (patch)
treecc4c83179b7eb5f065a5d90d634e2e0f23b0534c /searx/static/less
parentfa26da11871a0fee3aa2563852cbd41bd23e918f (diff)
downloadsearxng-c14e8fe0a50d41871cea8139199b6332dadc7cdb.tar.gz
searxng-c14e8fe0a50d41871cea8139199b6332dadc7cdb.zip
[fix] #38
Diffstat (limited to 'searx/static/less')
-rw-r--r--searx/static/less/style.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less
index 0bff102ec..4b4e2554c 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('../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('../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('../img/preference-icon.png') no-repeat;
background-size: 28px 28px;
opacity: 0.8;
width: 28px;