summaryrefslogtreecommitdiff
path: root/searx/static
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-11-06 14:38:22 +0100
committerasciimoo <asciimoo@gmail.com>2013-11-06 14:38:22 +0100
commit1c69b70c56db4b1ca34115b6f92ef4899f6710f4 (patch)
tree3e56dcf8308a7d7f4bf0d86178a4a943e69e8dca /searx/static
parente757fd2860495ed16751ff4055cc35932e6ddaa7 (diff)
[enh] ui mods - smaller fonts
Diffstat (limited to 'searx/static')
-rw-r--r--searx/static/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 9637baf18..5871e0198 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -1,5 +1,6 @@
html {
font-family: sans-serif;
+ font-size: 0.9em;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
color: #444444;
@@ -70,7 +71,7 @@ a { text-decoration: none; }
.result { margin-bottom: 16px; clear: both; }
.result_title { margin-bottom: 0; }
-.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
+.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 54em; }
.result h3 { font-size: 0.9em;}
.result { max-width: 70em; }
@@ -111,7 +112,7 @@ tr:hover td { background: #DDDDDD; }
border-radius: 3px;
box-shadow: 1px 1px 2px #999999 inset;
color: #222222;
- font-size: 22px;
+ font-size: 16px;
height: 28px;
margin: 0;
outline: medium none;