summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-08-01 15:30:46 +0900
committerMichael Peter Christen <mc@yacy.net>2025-08-01 15:30:46 +0900
commitde8fef9bf14e0c56f0aaac9199dd6071d87f1731 (patch)
tree31b1f3ad9bbeef3005fc8095224b44a3a79fb405 /htroot/env/base.css
parent055a2eaa250e97cbac21e42316db27b76e9c8798 (diff)
YaCy Index Pack Generator - refactoring of the SURROGATE process into a
"PACK" concept.
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index 0a99d779d..a82e0b998 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -150,7 +150,6 @@ tt, *.tt {
}
.info {
- font-weight:bold;
color:olive;
}
@@ -1064,8 +1063,9 @@ div#info:hover span {
display: block;
position: absolute;
font-size:1em;
- width: 200px;
+ width: 600px;
padding: 3px;
+ margin-right: 10px;
color: #000000;
background: #DDDDDD;
text-align: center;
@@ -1086,8 +1086,9 @@ div#tagcloud {
display: block;
position: absolute;
font-size:1em;
- width: 200px;
+ width: 600px;
padding: 3px;
+ margin-right: 10px;
color: #000000;
background: #DDDDDD;
text-align: left;