diff options
| author | orbiter <mc@yacy.net> | 2014-03-19 10:06:22 +0100 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-03-19 10:06:22 +0100 |
| commit | ab0e6ba9a6145f6264e172b85f2ceaadf871a4b2 (patch) | |
| tree | 068ed493331d30d49c1edd8265b96f921c7c5b62 /htroot/env/base.css | |
| parent | dbd7f77568be34c60750b0fda6df9108747c0405 (diff) | |
- removed usage of jquery and yacy/ui in standard search interfaces as
possible
- re-implemented formerly jquery-based tagcloud with simple html
- fixed minimized menu for mobile/minimized view (try that: make window
very narrow...)
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index ba95b24da..c046a0635 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -156,7 +156,7 @@ tt, *.tt { } .hidden { - display:hidden; + display:none; } .listing { |
