diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-17 20:44:50 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-17 20:44:50 +0200 |
| commit | 1aff439931e134a7f01bf1fdfb9f4af3e81a990c (patch) | |
| tree | f1af2a36f99ced04fee448c78e16752b9e8593b0 /searx/static/css | |
| parent | e47258ce38fe4313a5a6881c54bd9fb14c8619c7 (diff) | |
[enh] ui mods
Diffstat (limited to 'searx/static/css')
| -rw-r--r-- | searx/static/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index d9705578e..83597e7be 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -14,6 +14,9 @@ a { text-decoration: none; } .result_title { margin-bottom: 0; } -.result p { margin-top: 0; padding-top: 0;} +.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; } +.result { max-width: 70em; } .url { font-weight: bold; } + +.q { width: 30em; } |