logo

searx

My custom branche(s) on searx, a meta-search engine
commit: e14a2c8ad506409b240980f25de9faea00f619e3
parent: 00584d77c878333d1b677fda097b85941467f13d
Author: asciimoo <asciimoo@gmail.com>
Date:   Sat, 11 Jan 2014 12:40:24 +0100

[mod] clearing .result class

Diffstat:

Msearx/static/css/style.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/static/css/style.css b/searx/static/css/style.css @@ -68,7 +68,7 @@ input[type="checkbox"] { visibility: hidden; } a { text-decoration: none; color: #1a11be; } a:visited { color: #7b11be; } -.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em; } +.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em; clear: both; } .result_title { margin-bottom: 0; } .result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 } .result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }