summaryrefslogtreecommitdiff
path: root/searx/static/oscar/css
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-03 18:46:58 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-03 18:46:58 +0100
commitc38917bb2a472429f78cd00fffb5e7057ceecc02 (patch)
tree6457f3ed76087f7f36ee719f75d77d8a725bf2f9 /searx/static/oscar/css
parent2e7723a6c1ce51c6b3830470164ac818126760ae (diff)
[enh] template_oscar: show addressdata if possible
Diffstat (limited to 'searx/static/oscar/css')
-rw-r--r--searx/static/oscar/css/oscar.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/oscar/css/oscar.min.css b/searx/static/oscar/css/oscar.min.css
index 1afd3e866..b8d6fba15 100644
--- a/searx/static/oscar/css/oscar.min.css
+++ b/searx/static/oscar/css/oscar.min.css
@@ -5,7 +5,7 @@ input[type=checkbox]:checked~.label_hide_if_checked{display:none}
input[type=checkbox]:not(:checked)~.label_hide_if_not_checked{display:none}
.result_header{margin-bottom:5px;margin-top:20px}.result_header .favicon{margin-bottom:-3px}
.result_header a{vertical-align:bottom}.result_header a .highlight{font-weight:bold}
-.result-content .highlight{font-weight:bold}
+.result-content{margin-top:5px}.result-content .highlight{font-weight:bold}
.result-default{clear:both}
.result-images{float:left !important}
.img-thumbnail{margin:5px;max-height:128px;min-height:128px}