[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [BOOK PATCH] CSS fix for visited links

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-03-16 00:56:35 CET

Ariel Arjona wrote:
> Attached is the patch to add the a:visited section to the book CSS file.
>
> This is so visited links appear in the color defined by the user's
> browser settings. Right now they all appear blue.

Huh? It looks like it will make them purple, not (necessarily) the color defined by the user's browser settings. I assume the reason for this patch is to make them distinguishable from non-visited links; without the patch, both types of link are blue.

I will modify the log message (r9066) because I believe every log message should state the reason for the change, and I will give the reason that I assume to be true. I trust that one of you will correct me if I'm wrong.

- Julian

> Index: temp/styles.css
> ===================================================================
> --- temp/styles.css (revision 9060)
> +++ temp/styles.css (working copy)
> @@ -79,6 +79,12 @@
> text-decoration: underline;
> }
>
> +A:visited
> +{
> + color: purple;
> + text-decoration: underline;
> +}
> +
> IMG
> {
> border: none;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 16 00:55:13 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.