Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 471D09FB1BF for ; Mon, 8 Jan 2007 12:20:46 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-new, port 10024) with ESMTP id 56099-07 for ; Mon, 8 Jan 2007 12:20:03 -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 8E30D9FB208 for ; Mon, 8 Jan 2007 12:20:03 -0400 (AST) Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by svr2.hagander.net (Postfix) with ESMTP id 43170DCC12D; Mon, 8 Jan 2007 17:20:00 +0100 (CET) Received: by svr2.hagander.net (Postfix, from userid 1000) id 3BEE0DCC12E; Mon, 8 Jan 2007 17:20:00 +0100 (CET) Date: Mon, 8 Jan 2007 17:20:00 +0100 From: Magnus Hagander To: Tom Lane Cc: Robert Treat , pgsql-www@postgresql.org, perrym3@gmail.com Subject: Re: Patch for text.css Message-ID: <20070108162000.GB18108@svr2.hagander.net> References: <20070106173601.E08E5DCC11C@svr2.hagander.net> <4387.1168105682@sss.pgh.pa.us> <200701062237.01030.xzilla@users.sourceforge.net> <45A12D56.8040809@hagander.net> <19483.1168221210@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19483.1168221210@sss.pgh.pa.us> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200701/13 X-Sequence-Number: 11280 On Sun, Jan 07, 2007 at 08:53:30PM -0500, Tom Lane wrote: > Magnus Hagander writes: > > Or should we perhaps just stop setting a color at all on it? That would > > let the browser choose color? > > I wouldn't vote for that; the odds are good that the browser's defaults > would look ugly, or maybe even be nearly invisible against our > backgrounds. We *should* set the link colors ... just not to the same > thing. I've applied the patch to http://magnus-master.pgadmin.org with the color as suggested, for review. Thoughts? Different color? Suggestions? //Magnus