diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-24 09:52:27 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-24 09:52:27 +0100 |
| commit | af82b57a2b81107643a71844115e500c392f025e (patch) | |
| tree | 8b6ed4190b9691f3ad228829502ab94c2c650660 /htroot/env/base.css | |
| parent | 8424d2b74366d7499a044f435f7dfc1be117525f (diff) | |
corrected line-height in tagcloud
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index e54fd3964..3f1e9c88c 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -1031,7 +1031,10 @@ div#info:hover span { border: 1px dashed black; z-index: 100; } - + +div#tagcloud { + line-height:16px; +} .info span { display: none; |
