From ed08874f6c44e345cdf475bfa46a9444f980935e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 28 May 2008 20:30:38 +0000 Subject: [PATCH] toc links always blue (because visited history is not useful) svn: r10010 original commit: 7dff971014601085f81e932cc22b854f00b25f6c --- collects/scribble/scribble.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index 7aa9fec2..14492950 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -158,6 +158,11 @@ font-weight: bold; .tocviewlink { text-decoration: none; + color: blue; +} + +.tocviewselflink { + color: blue; } .tocsublist {