浏览代码

[fix] remove trailing whitespaces

Adam Tauber 8 年前
父节点
当前提交
959497e26b

+ 2
- 2
searx/static/themes/oscar/less/logicodev/results.less 查看文件

6
     .favicon {
6
     .favicon {
7
         margin-bottom:-3px;
7
         margin-bottom:-3px;
8
     }
8
     }
9
-    
9
+
10
     a {
10
     a {
11
         color: @black;
11
         color: @black;
12
         text-decoration: none;
12
         text-decoration: none;
18
         &:visited{
18
         &:visited{
19
             color: @violet;
19
             color: @violet;
20
         }
20
         }
21
-        
21
+
22
         .highlight {
22
         .highlight {
23
             background-color: @dim-gray;
23
             background-color: @dim-gray;
24
             // Chrome hack: bold is different size than normal
24
             // Chrome hack: bold is different size than normal

+ 2
- 2
searx/static/themes/oscar/less/pointhi/results.less 查看文件

6
     .favicon {
6
     .favicon {
7
         margin-bottom:-3px;
7
         margin-bottom:-3px;
8
     }
8
     }
9
-    
9
+
10
     a {
10
     a {
11
         vertical-align: bottom;
11
         vertical-align: bottom;
12
-        
12
+
13
         .highlight {
13
         .highlight {
14
             font-weight:bold;
14
             font-weight:bold;
15
         }
15
         }