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/src/less/style.less | |
| 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/src/less/style.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 17d6dd845..5e015579c 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -325,6 +325,10 @@ article[data-vim-selected].category-social { background: inherit; } +.empty_element { + font-style: italic; +} + .result-images { display: inline-block; margin: 0; |