소스 검색

[enh] css rules

asciimoo 11 년 전
부모
커밋
0cfc4b4c8a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      searx/static/css/style.css

+ 2
- 0
searx/static/css/style.css 파일 보기

@@ -27,3 +27,5 @@ a { text-decoration: none; }
27 27
 .small p { margin: 2px 0; }
28 28
 
29 29
 .right { float: right; }
30
+
31
+.invisible { display: none; }