[enh] w3c compatibility ++ ui mods

This commit is contained in:
asciimoo 2013-12-03 18:33:05 +01:00
parent ce544c30c1
commit f1f0d978cb
4 changed files with 5 additions and 4 deletions

View file

@ -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; }