From owner-cvs-doc@FreeBSD.ORG Fri Oct 28 19:07:36 2005 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD93B16A420; Fri, 28 Oct 2005 19:07:36 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0FE43D45; Fri, 28 Oct 2005 19:07:36 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9SJ7avN045161; Fri, 28 Oct 2005 19:07:36 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9SJ7aZd045160; Fri, 28 Oct 2005 19:07:36 GMT (envelope-from fenner) Message-Id: <200510281907.j9SJ7aZd045160@repoman.freebsd.org> From: Bill Fenner Date: Fri, 28 Oct 2005 19:07:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi cgi-style.pl X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 19:07:37 -0000 fenner 2005-10-28 19:07:36 UTC FreeBSD doc repository (src,ports committer) Modified files: en/cgi cgi-style.pl Log: Disable the CSS workaround for the / quirk for HTML4 pages. It looks like Firefox applies the relative size twice, making the fonts too small. Instead, now they'll be too big - just a bit bigger than the "Large" web site font. This only applies to HTML4 pages, which as I mentioned before are cvsweb and mailindex, and I don't think that mailindex uses tables. This means that this problem should be fixed when someone (no promises) imports cvsweb 3 which uses XHTML. This commit brought to you by CSS, Web Quirks, IE and our favorite IRC channel. Revision Changes Path 1.24 +2 -2 www/en/cgi/cgi-style.pl