From f1f0d978cb9e85e5975409e116e74fb3e69ce716 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 3 Dec 2013 18:33:05 +0100 Subject: [enh] w3c compatibility ++ ui mods --- searx/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/static/css/style.css') diff --git a/searx/static/css/style.css b/searx/static/css/style.css index e2d8486e7..0b87444e9 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -19,8 +19,8 @@ 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; } +div.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; } +div.title h1 { visibility: hidden; } input[type="submit"] { border: 1px solid #666666; color: #444444; padding: 4px; background-color: #FFFFFF; margin-left: 8px; } -- cgit v1.2.3