X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id B23C99DCAF0 for ; Mon, 27 Feb 2006 21:02:49 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 46955-04 for ; Mon, 27 Feb 2006 21:02:52 -0400 (AST) X-Greylist: delayed 00:20:56.454488 by SQLgrey- Received: from pne-smtpout4-sn2.hy.skanova.net (pne-smtpout4-sn2.hy.skanova.net [81.228.8.154]) by postgresql.org (Postfix) with ESMTP id 8CC839DCA7D for ; Mon, 27 Feb 2006 21:02:44 -0400 (AST) Received: from [80.221.10.184] (80.221.10.184) by pne-smtpout4-sn2.hy.skanova.net (7.2.070) id 43CE185D001B440B; Tue, 28 Feb 2006 01:41:50 +0100 Message-ID: <44039C53.5080105@gmail.com> Date: Tue, 28 Feb 2006 02:41:55 +0200 From: Tuukka Tolvanen User-Agent: Thunderbird 1.6a1 (X11/20060214) MIME-Version: 1.0 To: pgsql-www@postgresql.org Subject: geckofixes.css harmful on linux Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200602/109 X-Sequence-Number: 9575 Hello, http://www.postgresql.org//layout/css/blue/geckofixes.css included from http://www.postgresql.org/layout/js/geckostyle.js included from e.g. http://www.postgresql.org/docs/8.1/interactive/datatype.html , says /* Gecko is broken with pre,tt,code sizes */ and then proceeds to break pre,tt,code sizes for me on Gecko (firefox, linux). That is, the fixed width text in documentation is disproportionately large unless the rules specified in that file are dropped (the editcss extension is practical for testing fwiw). Konqueror calls itself "like Gecko" in its useragent so it's also hurt by geckofixes.css. Also, safari calls itself "like Gecko" iirc, but I don't have one to test with. I tested on win98 and had someone test on winxp that geckofixes.css does appear to do the right thing on windows. I suggest sniffing for windows OS in geckostyle.js so that geckofixes.css is only applied to gecko on windows, where it's needed. 't.