[BUGS] BUG #1505: [enhancement] Better link styles for the included documentation -
02-23-2005
, 10:41 PM
The following bug has been logged online:
Bug reference: 1505
Logged by: Milen A. Radev
Email address: pgsql (AT) radev (DOT) net
PostgreSQL version: 7.4.7
Operating system: Debian GNU/Linux 3.0
Description: [enhancement] Better link styles for the included
documentation
Details:
I have problem with the look of the links in the included html documentation
($PG_INSTALL_DIR/doc/html/stylesheet.css). Now they have the following style
defined:
A:link { color: #000066; }
A:visited { color: #000099; }
A:active { color: #FF0000; }
And such styled unvisited links look a lot like the non-styled visited links
and vice versa. It would be better if they were left unstyled or with a
style that does not resembles the default style for links but in reverse.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly |