From owner-freebsd-www@FreeBSD.ORG Mon Oct 10 17:34:42 2005 Return-Path: X-Original-To: www@freebsd.org Delivered-To: freebsd-www@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3809616A41F; Mon, 10 Oct 2005 17:34:42 +0000 (GMT) (envelope-from soc-emily@freebsd.org) Received: from vorlon.rememberthemilk.com (vorlon.rememberthemilk.com [72.21.39.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55E243D45; Mon, 10 Oct 2005 17:34:39 +0000 (GMT) (envelope-from soc-emily@freebsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by vorlon.rememberthemilk.com (Postfix) with ESMTP id 5E839FC04B; Mon, 10 Oct 2005 17:34:39 +0000 (UTC) Received: from vorlon.rememberthemilk.com ([127.0.0.1]) by localhost (vorlon.rememberthemilk.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28938-06; Mon, 10 Oct 2005 17:34:38 +0000 (UTC) Received: from [192.168.0.2] (unknown [131.229.165.130]) by vorlon.rememberthemilk.com (Postfix) with ESMTP id B3227FC014; Mon, 10 Oct 2005 17:34:37 +0000 (UTC) Message-ID: <434AA5E2.10305@freebsd.org> Date: Mon, 10 Oct 2005 13:33:22 -0400 From: Emily Boyd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <861x2t280w.fsf@xps.des.no> In-Reply-To: <861x2t280w.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at rememberthemilk.com Cc: www@freebsd.org Subject: Re: width of #container X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 17:34:42 -0000 DES, > The attached patch addresses an issue that seems to annoy a lot of > people on -developers: it changes the width of #container from a fixed > 765px to a more flexible 75%. Any objections? Changing to a variable width layout is going to require a fair few changes to the CSS, apart from changing the width of the container. Currently the front page relies on fixed sizes, and just changing the width of the container will not maintain the layout. I'm going to take a look at creating a variable width version of the CSS this week - I may have to also change the design of the front page so that it's more suited to variable width. Emily