Hi,
I was reading pg 8.4 doc and having all the links underlined seemed
"kinda old web habit that disturbs the eye" :)
attached is a minor patch to fix it.
Thanks,
Serhat
--- stylesheet.css	2011-02-27 22:35:17.306352994 +0200
+++ stylesheet.css	2011-02-27 22:32:27.178353000 +0200
@@ -7,6 +7,8 @@
 	background: #FFFFFF;
 }
 
+A		{text-decoration:none;}
+A:hover		{text-decoration:underline;}
 A:link		{ color: #000066; }
 A:visited	{ color: #000099; }
 A:active	{ color: #FF0000; }
-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to