From 0cfc4b4c8ae0197c8def545b7576448d2b11a928 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sun, 20 Oct 2013 10:39:49 +0200 Subject: [PATCH] [enh] css rules --- searx/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index b41b1367..99a2f488 100644 --- 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; }