From aca566eadf7c70d31e679029cba05ab139ab4bcc Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 2 Nov 2013 17:38:57 +0100 Subject: [enh] searx index image added --- searx/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/static/css/style.css') diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 3170d76c4..8b27b3c05 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -18,6 +18,10 @@ html { h1 { font-size: 5em; } +h1.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; } +h1.title div { visibility: hidden; } + + input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.1em; } input[type="checkbox"] { visibility: hidden; } -- cgit v1.2.3