summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-19 18:28:58 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-19 18:28:58 +0200
commit894dd5f720c84dbd4ec0639d7f17ae7c42c94ca3 (patch)
treec4a3202940c9cd839403473096f22dfdf46e9e18 /searx
parent39a223091e1d5001c323dea5deb1d3f933c03288 (diff)
[enh] ui mods
Diffstat (limited to 'searx')
-rw-r--r--searx/static/css/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 0becec278..e9d032dfd 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -8,15 +8,18 @@ html {
h1 { font-size: 5em; }
-input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }
+input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.1em; }
a { text-decoration: none; }
.result_title { margin-bottom: 0; }
-.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; }
+.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
+.result h3 { font-size: 0.9em;}
.result { max-width: 70em; }
.url { font-weight: bold; }
.q { width: 30em; }
+
+.engines { color: #888888; }