diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-03-17 18:30:53 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-17 18:30:53 +0100 |
commit | fa26da11871a0fee3aa2563852cbd41bd23e918f (patch) | |
tree | ae4f3acdd2ec5715cfea773dc763a2d8df504e66 /searx/static/css | |
parent | 06b9238786df1b353a041ff339e2c3a9085db72c (diff) | |
parent | dead837f570ea62f09469726b9ec8cbe0f8951e2 (diff) | |
download | searxng-fa26da11871a0fee3aa2563852cbd41bd23e918f.tar.gz searxng-fa26da11871a0fee3aa2563852cbd41bd23e918f.zip |
Merge branch 'master' of github.com:asciimoo/searx
Diffstat (limited to 'searx/static/css')
-rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 086a10eb1..3873b56ee 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -29,7 +29,7 @@ label.deny{background:#2ecc71;padding:4px 8px;color:#444;display:inline} .engine_checkbox input[type="checkbox"]:checked+label:nth-child(2)+label{display:none} .engine_checkbox input[type="checkbox"]:checked+label.allow{display:inline} a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad} -.result{margin:19px 0 18px 0;padding:0;max-width:55em;clear:both} +.result{margin:19px 0 18px 0;padding:0;max-width:53em;clear:both} .result_title{margin-bottom:0}.result_title a{color:#2980b9;font-weight:normal;font-size:1.1em}.result_title a:hover{text-decoration:underline} .result_title a:visited{color:#8e44ad} .result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0} |