diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-09 08:28:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 08:28:53 +0000 |
| commit | d065b9e4fbd4117e6f1cf565db1fbce6a0f89055 (patch) | |
| tree | 94e982f9b19b07224075d73ced07853eca7e5bc3 /searx/static/themes/simple/css/searx.css | |
| parent | 434e452d54eb5ebdb363a05bea161291ad922cc1 (diff) | |
| parent | 785f0938fdc6c0b587d5f416f005ab5046260ba6 (diff) | |
Merge branch 'master' into csp-oscar-theme
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index 697f46b0e..74cc5b5ba 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1,4 +1,4 @@ -/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */ +/*! searx | 04-06-2020 | */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -2171,3 +2171,6 @@ article.result-images[data-vim-selected]::before { overflow: inherit; } } +pre code { + white-space: pre-wrap; +} |