Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 428E49FB1A5 for ; Sat, 6 Jan 2007 13:36:09 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-new, port 10024) with ESMTP id 70349-01 for ; Sat, 6 Jan 2007 13:36:04 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id DACA79F9ED0 for ; Sat, 6 Jan 2007 13:36:03 -0400 (AST) Received: from magnus (c83-250-73-6.bredband.comhem.se [83.250.73.6]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by svr2.hagander.net (Postfix) with ESMTP id E08E5DCC11C; Sat, 6 Jan 2007 18:36:01 +0100 (CET) Subject: Re: Patch for text.css Date: Sat, 06 Jan 2007 18:34:15 +0100 From: "Magnus Hagander" To: perrym3@gmail.com Cc: pgsql-www@postgresql.org MIME-Version: 1.0 X-Mailer: Lonely Cat Games ProfiMail In-Reply-To: <46ae89fb0701051204l234fefcfyb213a5e48adc6772@mail.gmail.com> Content-Type: text/plain; charset=iso-8859-1 Message-Id: <20070106173601.E08E5DCC11C@svr2.hagander.net> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.001 tagged_above=0 required=5 tests=BAYES_50 X-Spam-Level: X-Archive-Number: 200701/8 X-Sequence-Number: 11275 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 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; } > >