From d793c2733c7aac3aacf40f3f5cf9fc0919305e76 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 15 Oct 2013 19:11:43 +0200 Subject: [enh] engine types --- searx/static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'searx/static/css/style.css') diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 0eaa4b595..d9705578e 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -8,7 +8,9 @@ html { h1 { font-size: 5em; } -input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; } +input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; } + +a { text-decoration: none; } .result_title { margin-bottom: 0; } -- cgit v1.2.3