diff options
| author | Paul Braeuning <paul@paulgo.io> | 2021-11-23 18:28:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 18:28:26 +0100 |
| commit | 6bc2de0194e478422946fbafedab31e441efb7fd (patch) | |
| tree | 610915e82aa307bc6f5f42f9c7f8fbf5998567b4 /searx/static/themes/simple/css/searxng.css | |
| parent | fbd8afb93d60c5fe6479cfd715e6f1713ff91c2d (diff) | |
| parent | 02391cc892cedef3895337aabe9891a5391997a0 (diff) | |
Merge pull request #535 from mrpaulblack/article-default-description
[simple template] return a default string if there is no description
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index c0bc1cdcd..7213db87e 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -2917,6 +2917,9 @@ article[data-vim-selected].category-social { color: var(--color-result-link-font-highlight); background: inherit; } +.empty_element { + font-style: italic; +} .result-images { display: inline-block; margin: 0; |