diff options
author | ivan <ivan> | 2006-06-06 10:57:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-06-06 10:57:03 +0000 |
commit | 997c4e4178b74747b14177671069d55532d0ff10 (patch) | |
tree | b19375e69b10b6a10c7ead533ec34e3083dcacbc | |
parent | 6dfc9e121e60141830169f4237a5b1e381d6ba5b (diff) |
yet another attempt to fix weird black RT navigation links
-rw-r--r-- | rt/html/NoAuth/webrt.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rt/html/NoAuth/webrt.css b/rt/html/NoAuth/webrt.css index 712360cd5..f49d14531 100644 --- a/rt/html/NoAuth/webrt.css +++ b/rt/html/NoAuth/webrt.css @@ -51,8 +51,7 @@ SPAN.nav { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; -%# color: #FFFFFF; - color: #000000; + color: #FFFFFF; text-decoration: none; white-space: nowrap} .nav2 { font-size: 10px; @@ -468,7 +467,7 @@ span.title { font-family: Arial, Verdana, Helvetica, sans-serif; vertical-align: top } .productnav { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; - color: #000000; + color: #FFFFFF; text-align: center; vertical-align: middle; text-decoration: none} @@ -576,7 +575,7 @@ DIV.endmatter { margin-left: -7% } } -A { font-weight: bold; color: #000000; +A { font-weight: bold; } .currenttab { color: #ffffff;} |