mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[fix] #38
This commit is contained in:
parent
ba9305afee
commit
06b9238786
4 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue