diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-20 10:39:49 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-20 10:39:49 +0200 |
commit | 0cfc4b4c8ae0197c8def545b7576448d2b11a928 (patch) | |
tree | c6615d7d9a651c3d18be481600a0266a07ce8fd7 /searx | |
parent | 30af40a7d467a9d65406db09cf6f91077428378b (diff) | |
download | searxng-0cfc4b4c8ae0197c8def545b7576448d2b11a928.tar.gz searxng-0cfc4b4c8ae0197c8def545b7576448d2b11a928.zip |
[enh] css rules
Diffstat (limited to 'searx')
-rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index b41b13676..99a2f488f 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; } |