Quellcode durchsuchen

[enh] css rules

asciimoo vor 11 Jahren
Ursprung
Commit
0cfc4b4c8a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      searx/static/css/style.css

+ 2
- 0
searx/static/css/style.css Datei anzeigen

@@ -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; }