From owner-freebsd-www@FreeBSD.ORG Mon Oct 10 06:36:23 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 69A7316A41F; Mon, 10 Oct 2005 06:36:23 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F4743D58; Mon, 10 Oct 2005 06:36:22 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id B2958617A; Mon, 10 Oct 2005 08:36:09 +0200 (CEST) X-Spam-Tests: ALL_TRUSTED,AWL,BAYES_00 X-Spam-Learn: ham X-Spam-Score: -4.5/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id A3D7D6176; Mon, 10 Oct 2005 08:36:09 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id E11FC33C3E; Mon, 10 Oct 2005 08:36:15 +0200 (CEST) To: www@freebsd.org From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 10 Oct 2005 08:36:15 +0200 Message-ID: <861x2t280w.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: Subject: 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 06:36:23 -0000 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=layout.diff Index: en/layout/css/layout.css =================================================================== RCS file: /home/dcvs/www/en/layout/css/layout.css,v retrieving revision 1.4 diff -u -r1.4 layout.css --- en/layout/css/layout.css 6 Oct 2005 19:46:52 -0000 1.4 +++ en/layout/css/layout.css 10 Oct 2005 06:33:10 -0000 @@ -12,7 +12,7 @@ #CONTAINER, #container { margin: 0em auto; - width: 765px; + width: 75%; padding: 0; padding-top: 0px; padding-bottom: 15px; --=-=-=--