| From: | "Matt Perry" <perrym3(at)gmail(dot)com> |
|---|---|
| To: | pgsql-www(at)postgresql(dot)org |
| Subject: | Patch for text.css |
| Date: | 2007-01-05 20:04:59 |
| Message-ID: | 46ae89fb0701051204l234fefcfyb213a5e48adc6772@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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; }
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2007-01-06 17:34:15 | Re: Patch for text.css |
| Previous Message | Robert Treat | 2007-01-05 04:16:50 | Re: Problema con la |