From: | "Magnus Hagander" <magnus(at)hagander(dot)net> |
---|---|
To: | perrym3(at)gmail(dot)com |
Cc: | pgsql-www(at)postgresql(dot)org |
Subject: | Re: Patch for text.css |
Date: | 2007-01-06 17:34:15 |
Message-ID: | 20070106173601.E08E5DCC11C@svr2.hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
in principle i like it, but there was a reason it was there. anyond know why? Objections to changing it1?
/Magnus
------- Original message -------
From: Matt Perry <perrym3(at)gmail(dot)com>
Sent: 1-5-'07, 12:04
> 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; }
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-01-06 17:48:02 | Re: Patch for text.css |
Previous Message | Matt Perry | 2007-01-05 20:04:59 | Patch for text.css |