From c3b7ed868783691d5678977779e91568cc2f2fec Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 15 Oct 2013 18:47:26 +0200 Subject: [PATCH] [enh] ui improvements --- searx/static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 15819776..0eaa4b59 100644 --- 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; }