commit 3c19c2496ac3bff2be154115ffa2a248615f51ee
parent 0ffd48ae5e87493b7ce1780990cd16cbd0a36809
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Mon, 23 Jun 2008 21:03:10 +0000
make tech links gray; fix-ups in reference manual
svn: r10430
original commit: 6f8dbf0ec5da8d39db168b5bede7ee203ff3bd80
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -439,7 +439,7 @@ i {
.techlink {
text-decoration: none;
- color: black;
+ color: #606060;
}
.techlink:hover {