summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/css/searx.css
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-06-09 10:20:20 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-06-09 10:20:20 +0200
commit28181ba34f1c06853622103a075c516064045424 (patch)
tree89f99aedd62c7740af161211e944c0bee9753427 /searx/static/themes/simple/css/searx.css
parent1fc0e9ddc59ab5217a08c36561791fbf0b96190a (diff)
parent785f0938fdc6c0b587d5f416f005ab5046260ba6 (diff)
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
-rw-r--r--searx/static/themes/simple/css/searx.css5
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;
+}