diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-03 18:46:58 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-03 18:46:58 +0100 |
| commit | c38917bb2a472429f78cd00fffb5e7057ceecc02 (patch) | |
| tree | 6457f3ed76087f7f36ee719f75d77d8a725bf2f9 /searx/static/oscar/less | |
| parent | 2e7723a6c1ce51c6b3830470164ac818126760ae (diff) | |
[enh] template_oscar: show addressdata if possible
Diffstat (limited to 'searx/static/oscar/less')
| -rw-r--r-- | searx/static/oscar/less/oscar/results.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/oscar/less/oscar/results.less b/searx/static/oscar/less/oscar/results.less index 9ca2109bc..08500b3ff 100644 --- a/searx/static/oscar/less/oscar/results.less +++ b/searx/static/oscar/less/oscar/results.less @@ -17,6 +17,8 @@ } .result-content { + margin-top: 5px; + .highlight { font-weight:bold; } |