logo

searx

My custom branche(s) on searx, a meta-search engine
commit: c3b7ed868783691d5678977779e91568cc2f2fec
parent: bf2847f4e706d7cc8602ffa4c3d57d10bd59df9d
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 15 Oct 2013 18:47:26 +0200

[enh] ui improvements

Diffstat:

Msearx/static/css/style.css6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/searx/static/css/style.css b/searx/static/css/style.css @@ -9,3 +9,9 @@ html { h1 { font-size: 5em; } input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; } + +.result_title { margin-bottom: 0; } + +.result p { margin-top: 0; padding-top: 0;} + +.url { font-weight: bold; }