public inbox for [email protected]
help / color / mirror / Atom feedFrom: Matt Perry <[email protected]>
To: [email protected]
Subject: Patch for text.css
Date: Fri, 5 Jan 2007 12:04:59 -0800
Message-ID: <[email protected]> (raw)
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; }
view thread (21+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Patch for text.css
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox