changeset 959:1988204522a1

Change ulink colour to yellow.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Mar 2009 07:41:23 +0000
parents a0d4bcfc65de
children db5f3bd8422d
files docs/manual.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.css	Sun Mar 22 07:41:05 2009 +0000
+++ b/docs/manual.css	Sun Mar 22 07:41:23 2009 +0000
@@ -16,7 +16,7 @@
 
 a.ulink, a.ulink:visited {
 	text-decoration: underline;
-        color: red;
+        color: yellow;
 }
 
 a:hover {