diff options
| author | Noémi Ványi <sitbackandwait@gmail.com> | 2019-09-23 17:14:32 +0200 |
|---|---|---|
| committer | Noémi Ványi <sitbackandwait@gmail.com> | 2019-10-16 15:52:48 +0200 |
| commit | a6f20caf32af463b57a026ee7cb7ed6317db6b8b (patch) | |
| tree | c180f804d1a80767ab50b7cffb42aa75f9c3806a /searx/static/themes/legacy/less | |
| parent | 2946c5f10695634be1f1266142bec5572139085f (diff) | |
add initial support for offline engines && command engine
Diffstat (limited to 'searx/static/themes/legacy/less')
| -rw-r--r-- | searx/static/themes/legacy/less/style.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/themes/legacy/less/style.less b/searx/static/themes/legacy/less/style.less index 4374f7d68..bbeaf105e 100644 --- a/searx/static/themes/legacy/less/style.less +++ b/searx/static/themes/legacy/less/style.less @@ -376,6 +376,10 @@ table { width: 100%; } +.result-table { + margin-bottom: 10px; +} + td { padding: 0 4px; } |