浏览代码

[enh] ui mods - smaller fonts

asciimoo 11 年前
父节点
当前提交
1c69b70c56
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      searx/static/css/style.css

+ 3
- 2
searx/static/css/style.css 查看文件

1
 html {
1
 html {
2
   font-family: sans-serif;
2
   font-family: sans-serif;
3
+  font-size: 0.9em;
3
   -webkit-text-size-adjust: 100%;
4
   -webkit-text-size-adjust: 100%;
4
       -ms-text-size-adjust: 100%;
5
       -ms-text-size-adjust: 100%;
5
   color: #444444;
6
   color: #444444;
70
 
71
 
71
 .result { margin-bottom: 16px; clear: both; }
72
 .result { margin-bottom: 16px; clear: both; }
72
 .result_title { margin-bottom: 0; }
73
 .result_title { margin-bottom: 0; }
73
-.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
74
+.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 54em; }
74
 .result h3 { font-size: 0.9em;}
75
 .result h3 { font-size: 0.9em;}
75
 .result { max-width: 70em; }
76
 .result { max-width: 70em; }
76
 
77
 
111
     border-radius: 3px;
112
     border-radius: 3px;
112
     box-shadow: 1px 1px 2px #999999 inset;
113
     box-shadow: 1px 1px 2px #999999 inset;
113
     color: #222222;
114
     color: #222222;
114
-    font-size: 22px;
115
+    font-size: 16px;
115
     height: 28px;
116
     height: 28px;
116
     margin: 0;
117
     margin: 0;
117
     outline: medium none;
118
     outline: medium none;