diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-16 09:48:10 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-16 09:48:10 +0100 |
commit | f159fc718faa6ae468120524513d6e12031d4c09 (patch) | |
tree | bca5bd1ca3401e89a5a5adaebcaba1387bc5f5a6 /searx | |
parent | 44990fc0af31a80bdd8bfe485d337db72a0b2359 (diff) | |
download | searxng-f159fc718faa6ae468120524513d6e12031d4c09.tar.gz searxng-f159fc718faa6ae468120524513d6e12031d4c09.zip |
fix little style bug
Diffstat (limited to 'searx')
-rw-r--r-- | searx/static/css/style.css | 2 | ||||
-rw-r--r-- | searx/static/less/style.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 767d7b05e..e848ffef3 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} diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 817f6b317..f0931a7e1 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -201,7 +201,7 @@ a { .result { margin: 19px 0 18px 0; padding: 0; - max-width: 55em; + max-width: 53em; clear: both; } |