diff options
author | ivan <ivan> | 2006-06-06 10:54:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-06-06 10:54:02 +0000 |
commit | 6dfc9e121e60141830169f4237a5b1e381d6ba5b (patch) | |
tree | 331e4888c66368358cc806c229db36f3fc57f19f /rt/html | |
parent | c28ebb03fafe6a85753fc3f21e3abcc0477eccfc (diff) |
another attempt to fix weird black RT navigation links
Diffstat (limited to 'rt/html')
-rw-r--r-- | rt/html/NoAuth/webrt.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rt/html/NoAuth/webrt.css b/rt/html/NoAuth/webrt.css index cf4cfc00a..712360cd5 100644 --- a/rt/html/NoAuth/webrt.css +++ b/rt/html/NoAuth/webrt.css @@ -59,10 +59,8 @@ SPAN.nav { font-family: Arial, Verdana, Helvetica, sans-serif; white-space: nowrap} .nav { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; -%# font-weight: normal; font-weight: bold; -%# color: #FFFFFF; - color: #000000; + color: #FFFFFF; text-decoration: none; white-space: nowrap} .currentnav { font-family: Arial, Verdana, Helvetica, sans-serif; |