diff options
author | ivan <ivan> | 2006-06-06 10:46:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-06-06 10:46:39 +0000 |
commit | c28ebb03fafe6a85753fc3f21e3abcc0477eccfc (patch) | |
tree | d16ce7297e7ef6c65c02082e57d52a6aebbe8c2b /rt | |
parent | f2dd532f7c009a653864b23d8858fe9e6c8c3985 (diff) |
attempt to fix weird black RT navigation links
Diffstat (limited to 'rt')
-rw-r--r-- | rt/html/NoAuth/webrt.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/rt/html/NoAuth/webrt.css b/rt/html/NoAuth/webrt.css index 4748694e5..cf4cfc00a 100644 --- a/rt/html/NoAuth/webrt.css +++ b/rt/html/NoAuth/webrt.css @@ -75,7 +75,6 @@ SPAN.nav { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #FFFFFF; -%# color: #000000; text-decoration: none; white-space: nowrap} @@ -87,42 +86,36 @@ SPAN.nav { font-family: Arial, Verdana, Helvetica, sans-serif; a.topnav-0 { font-family: Verdana, sans-serif; font-size: 16px; font-weight: normal; -%# color: #000000; color: #FFFFFF; text-decoration: none; white-space: nowrap} a.topnav-1 { font-family: Verdana, sans-serif; font-size: 14px; font-weight: normal; -%# color: #000000; color: #FFFFFF; text-decoration: none; white-space: nowrap} a.topnav-2 { font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; -%# color: #000000; color: #FFFFFF; text-decoration: none; white-space: nowrap} a.topnav-3 { font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal; -%# color: #000000; color: #FFFFFF; text-decoration: none; white-space: nowrap} a.topnav-4 { font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal; -%# color: #000000; color: #FFFFFF; text-decoration: none; white-space: nowrap} a.topnav-5 { font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal; -%# color: #000000; color: #FFFFFF; text-decoration: none; white-space: nowrap} @@ -190,8 +183,7 @@ li.topnav-5-major { .currenttopnav { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: bold; -%# color: #FFFF66; - color: #000000; background-color: #cccccc; + color: #ffffff; background-color: #7e0079; text-decoration: none; white-space: nowrap} |