summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
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;