diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-20 22:37:55 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-20 22:37:55 +0200 |
commit | 174daf703b341455c3320b61034cdb74bee9b55d (patch) | |
tree | 96afbdf44f45bb56cb2e2dffb49c3952c7294e64 /searx/static/css | |
parent | a2bbf027749a69c0b128de2d52cb288fd6bc4f50 (diff) | |
download | searxng-174daf703b341455c3320b61034cdb74bee9b55d.tar.gz searxng-174daf703b341455c3320b61034cdb74bee9b55d.zip |
[enh] chrome opensearch support
Diffstat (limited to 'searx/static/css')
-rw-r--r-- | searx/static/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index c98a049b3..b045379b1 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -12,7 +12,7 @@ input { border: 2px solid #666666; color: #444444; padding: 8px; background-col input[type="checkbox"] { visibility: hidden; } -.checkbox_container { display: inline-block; position: relative; margin: 0; padding-left: 3px; margin: 0 10px; } +.checkbox_container { display: inline-block; position: relative; padding-left: 3px; margin: 0 10px; } .checkbox_container label { cursor: pointer; } @@ -53,8 +53,9 @@ input[type="checkbox"] { visibility: hidden; } a { text-decoration: none; } -.result_title { margin-bottom: 0; } +.result { margin-bottom: 16px; } +.result_title { margin-bottom: 0; } .result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; } .result h3 { font-size: 0.9em;} .result { max-width: 70em; } |