Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2005 08:36:15 +0200
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        www@freebsd.org
Subject:   width of #container
Message-ID:  <861x2t280w.fsf@xps.des.no>

next in thread | raw e-mail | index | archive | help
--=-=-=
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;

--=-=-=--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861x2t280w.fsf>