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

[BOOK PATCH] CSS fix for visited links

From: Ariel Arjona <ariel_at_arjona.org>
Date: 2004-03-15 16:15:58 CET

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.

I also take the oportunity to comment on the fact that one can send
patches to the book without suscribing to the mailing list, which is
awesome. This should also be stated on the main page of the book website
to encourage contribution from people who do not like the hassle of
being suscribed to the mailing list.

Best regards,
Ariel Arjona

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 Mon Mar 15 16:22:25 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.