diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-15 18:47:26 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-15 18:47:26 +0200 |
commit | c3b7ed868783691d5678977779e91568cc2f2fec (patch) | |
tree | 978a5bb04e4bdcb018083bd1b77ec539c4f21495 /searx | |
parent | bf2847f4e706d7cc8602ffa4c3d57d10bd59df9d (diff) | |
download | searxng-c3b7ed868783691d5678977779e91568cc2f2fec.tar.gz searxng-c3b7ed868783691d5678977779e91568cc2f2fec.zip |
[enh] ui improvements
Diffstat (limited to 'searx')
-rw-r--r-- | searx/static/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 158197763..0eaa4b595 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -9,3 +9,9 @@ html { h1 { font-size: 5em; } input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; } + +.result_title { margin-bottom: 0; } + +.result p { margin-top: 0; padding-top: 0;} + +.url { font-weight: bold; } |