logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 0cfc4b4c8ae0197c8def545b7576448d2b11a928
parent: 30af40a7d467a9d65406db09cf6f91077428378b
Author: asciimoo <asciimoo@gmail.com>
Date:   Sun, 20 Oct 2013 10:39:49 +0200

[enh] css rules

Diffstat:

Msearx/static/css/style.css2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/searx/static/css/style.css b/searx/static/css/style.css @@ -27,3 +27,5 @@ a { text-decoration: none; } .small p { margin: 2px 0; } .right { float: right; } + +.invisible { display: none; }