summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-03-24 09:52:27 +0100
committerMichael Peter Christen <mc@yacy.net>2014-03-24 09:52:27 +0100
commitaf82b57a2b81107643a71844115e500c392f025e (patch)
tree8b6ed4190b9691f3ad228829502ab94c2c650660 /htroot/env/base.css
parent8424d2b74366d7499a044f435f7dfc1be117525f (diff)
corrected line-height in tagcloud
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css5
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;