diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-08-01 15:30:46 +0900 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-08-01 15:30:46 +0900 |
| commit | de8fef9bf14e0c56f0aaac9199dd6071d87f1731 (patch) | |
| tree | 31b1f3ad9bbeef3005fc8095224b44a3a79fb405 /htroot/env/base.css | |
| parent | 055a2eaa250e97cbac21e42316db27b76e9c8798 (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.css | 7 |
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; |
