diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-15 19:11:43 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-15 19:11:43 +0200 |
| commit | d793c2733c7aac3aacf40f3f5cf9fc0919305e76 (patch) | |
| tree | 0a6f500a17f14d9da4921ad8fbeaf63f1ebccac1 /searx/static | |
| parent | c3b7ed868783691d5678977779e91568cc2f2fec (diff) | |
[enh] engine types
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |