Patch for text.css - Mailing list pgsql-www

From Matt Perry
Subject Patch for text.css
Date
Msg-id 46ae89fb0701051204l234fefcfyb213a5e48adc6772@mail.gmail.com
Whole thread Raw
Responses Re: Patch for text.css  ("Magnus Hagander" <magnus@hagander.net>)
List pgsql-www
Hi,

Could someone please look into applying this patch? The current style in http://www.postgresql.org/layout/css/blue/text.css sets the visited and non-visited link colors to be the same.  This patch fixes them to be different so this navigation aid is restored.

Matt

--- text.css.orig    2007-01-05 11:56:37.295915200 -0800
+++ text.css    2007-01-05 11:57:27.347886400 -0800
@@ -129,7 +129,7 @@
 /* Link Styles */
 
 a:link                          { color:#0085B0; text-decoration: underline; }
-a:visited                       { color:#0085B0; text-decoration: underline; }
+a:visited                       { color:#004E66; text-decoration: underline; }
 a:active                        { color:#0085B0; text-decoration: underline; }
 a:hover                         { color:#000000; text-decoration: underline; }
 

pgsql-www by date:

Previous
From: Robert Treat
Date:
Subject: Re: Problema con la
Next
From: "Magnus Hagander"
Date:
Subject: Re: Patch for text.css