diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-17 21:21:07 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-17 21:21:07 +0200 |
| commit | b5a5f450b5230816c63f71db538eccba5a0e85e2 (patch) | |
| tree | a297cd6a9ff50cc87d2c6affb3873f16e13b3995 /searx | |
| parent | 668040e569da7b66c62ad429b71110d1ab5ffd1c (diff) | |
[mod] ui mods
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 83597e7be..0becec278 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -8,13 +8,13 @@ html { h1 { font-size: 5em; } -input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; } +input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; } a { text-decoration: none; } .result_title { margin-bottom: 0; } -.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; } +.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; } .result { max-width: 70em; } .url { font-weight: bold; } |