diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-16 14:23:44 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-06-16 14:30:46 +0200 |
| commit | 85033f3d097c6ae796e8ddadf469a4db78b76fca (patch) | |
| tree | 3693ed3ca4644f3bb0713791bd1d2240360724ae /searx/static/themes/simple/css/searx.css | |
| parent | 7137d2893f33e9158e8563a21d9586119d175269 (diff) | |
Static build
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index e85ea6b11..77038f988 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1,4 +1,4 @@ -/*! searx | 16-06-2021 | */ +/*! searx | 16-06-2021 | https://github.com/searxng/searxng */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -1672,14 +1672,13 @@ td:hover .engine-tooltip, } @font-face { font-family: "ion"; - src: url("../fonts/ion.eot?ce7a0ead692560b4405a96d5b8471f51"); - src: url("../fonts/ion.eot?#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?ce7a0ead692560b4405a96d5b8471f51") format("woff2"), url("../fonts/ion.woff?ce7a0ead692560b4405a96d5b8471f51") format("woff"), url("../fonts/ion.ttf?ce7a0ead692560b4405a96d5b8471f51") format("truetype"), url("../fonts/ion.svg?ce7a0ead692560b4405a96d5b8471f51#ion") format("svg"); + src: url("../fonts/ion.eot?14747ff3e5db3853c40bc9540e9f6c3a"); + src: url("../fonts/ion.eot?14747ff3e5db3853c40bc9540e9f6c3a#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?14747ff3e5db3853c40bc9540e9f6c3a") format("woff2"), url("../fonts/ion.woff?14747ff3e5db3853c40bc9540e9f6c3a") format("woff"), url("../fonts/ion.ttf?14747ff3e5db3853c40bc9540e9f6c3a") format("truetype"), url("../fonts/ion.svg?14747ff3e5db3853c40bc9540e9f6c3a#ion") format("svg"); font-weight: normal; font-style: normal; } .ion-icon { display: inline-block; - vertical-align: middle; line-height: 1; font-weight: normal; font-style: normal; @@ -1758,7 +1757,6 @@ td:hover .engine-tooltip, } .ion-icon-big { display: inline-block; - vertical-align: middle; line-height: 1; font-weight: normal; font-style: normal; |